37#include "colorchord.h"
40#include "danceNetwork.h"
41#include "factoryTest.h"
42#include "faceFinder.h"
48#include "megaPulseEx.h"
49#include "mode_ch32v003test.h"
50#include "mode_credits.h"
51#include "mode_diceroller.h"
52#include "mode_synth.h"
54#include "picross_menu.h"
55#include "roboRunner.h"
56#include "sequencerMode.h"
58#include "swadgedoku.h"
59#include "swsnCreator.h"
61#include "swadgePassTest.h"
62#include "swadgetamatone.h"
64#include "trophyCase.h"
65#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:31
void modeListAddSecretMenuModes(menu_t *menu)
Add secret items to a menu.
Definition modeIncludeList.c:79
void modeListSetMenu(menu_t *menu)
Initializes a menu with all the current swadge modes.
Definition modeIncludeList.c:36
int32_t getModeIdx(const swadgeMode_t *mode)
Get the unique index of a mode.
Definition modeIncludeList.c:94
A struct of all the function pointers necessary for a swadge mode. If a mode does not need a particul...