|
Pokered Save Editor 2
Pokemon Red & Blue save file editor - Qt 6 C++/QML
|
#include <QObject>#include <QQmlContext>#include "./db_autoport.h"#include "./util/gamedata.h"#include "./creditsdb.h"#include "./eventpokemondb.h"#include "./eventsdb.h"#include "./examples.h"#include "./names.h"#include "./flydb.h"#include "./fontsdb.h"#include "./gamecornerdb.h"#include "./hiddencoinsdb.h"#include "./hiddenItemsdb.h"#include "./itemsdb.h"#include "./mapsdb.h"#include "./missablesdb.h"#include "./moves.h"#include "./music.h"#include "./pokemon.h"#include "./scripts.h"#include "./spriteSet.h"#include "./sprites.h"#include "./starterPokemon.h"#include "./tileset.h"#include "./tmHm.h"#include "./trades.h"#include "./trainers.h"#include "./types.h"Go to the source code of this file.
Classes | |
| class | DB |
| The aggregate of every game-data database – the single entry point that boots the whole db layer. More... | |