33#include "colorchord.h"
35#include "factoryTest.h"
41#include "mode_credits.h"
42#include "mode_synth.h"
43#include "sequencerMode.h"
int modeListGetCount(void)
Gets the current number of swadgeModes present int he file.
Definition modeIncludeList.c:27
swadgeMode_t *const allSwadgeModes[]
Add swadgeMode_t pointers to this struct to include them in emulator and main menu.
Definition modeIncludeList.c:18
void modeListSetMenu(menu_t *menu)
Iniitalizes a menu with all the current swadge modes.
Definition modeIncludeList.c:32
A struct of all the function pointers necessary for a swadge mode. If a mode does not need a particul...
Definition swadge2024.h:237