mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-12 23:48:10 -07:00
8 lines
131 B
C
8 lines
131 B
C
#include "settings.h"
|
|
#include "assets.h"
|
|
|
|
void xtreme_on_system_start() {
|
|
XTREME_SETTINGS_LOAD();
|
|
XTREME_ASSETS_LOAD();
|
|
}
|