34#include "colorchord.h"
37#include "danceNetwork.h"
38#include "factoryTest.h"
44#include "mode_credits.h"
45#include "mode_diceroller.h"
46#include "mode_synth.h"
48#include "picross_menu.h"
49#include "roboRunner.h"
50#include "sequencerMode.h"
51#include "swadgedoku.h"
53#include "swadgePassTest.h"
55#include "trophyCase.h"
56#include "trophyTest.h"
swadgeMode_t *const allSwadgeModes[]
Add swadgeMode_t pointers to this struct to include them in emulator and main menu.
Definition modeIncludeList.c:18
int modeListGetCount(void)
Gets the current number of swadgeModes present int he file.
Definition modeIncludeList.c:30
void modeListSetMenu(menu_t *menu)
Initializes a menu with all the current swadge modes.
Definition modeIncludeList.c:35
int32_t getModeIdx(const swadgeMode_t *mode)
Get the unique index of a mode.
Definition modeIncludeList.c:72
A struct of all the function pointers necessary for a swadge mode. If a mode does not need a particul...