34#include "colorchord.h"
37#include "factoryTest.h"
43#include "mode_credits.h"
44#include "mode_diceroller.h"
45#include "mode_synth.h"
46#include "roboRunner.h"
47#include "sequencerMode.h"
49#include "swadgePassTest.h"
51#include "trophyCase.h"
52#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:29
void modeListSetMenu(menu_t *menu)
Initializes a menu with all the current swadge modes.
Definition modeIncludeList.c:34
int32_t getModeIdx(const swadgeMode_t *mode)
Get the unique index of a mode.
Definition modeIncludeList.c:68
A struct of all the function pointers necessary for a swadge mode. If a mode does not need a particul...