|
Pokered Save Editor 2
Pokemon Red & Blue save file editor - Qt 6 C++/QML
|
#include <QObject>#include <QVector>#include <QQmlListProperty>#include <pse-common/types.h>#include "../savefile_autoport.h"Go to the source code of this file.
Classes | |
| class | HallOfFame |
| The Hall of Fame: a rolling list of up to 50 winning-team records. More... | |
Variables | |
| constexpr var8 | recordsMax = 50 |
| Maximum Hall of Fame records the save keeps. | |
|
constexpr |
Maximum Hall of Fame records the save keeps.
Definition at line 26 of file halloffame.h.
Referenced by HallOfFame::load(), HallOfFame::randomize(), HallOfFame::recordMax(), HallOfFame::recordNew(), and HallOfFame::save().