34#include "colorchord.h"
36#include "factoryTest.h"
44#include "mode_bigbug.h"
45#include "mode_cGrove.h"
46#include "mode_credits.h"
47#include "mode_swadgeHero.h"
48#include "mode_synth.h"
50#include "sequencerMode.h"
54#include "ultimateTTT.h"
int modeListGetCount(void)
Gets the current number of swadgeModes present int he file.
Definition modeIncludeList.c:23
swadgeMode_t *const allSwadgeModes[]
Add swadgeMode_t pointers to this struct to include them in emulator and main menu.
Definition modeIncludeList.c:12
void modeListSetMenu(menu_t *menu)
Iniitalizes a menu with all the current swadge modes.
Definition modeIncludeList.c:28
A struct of all the function pointers necessary for a swadge mode. If a mode does not need a particul...
Definition swadge2024.h:236