mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 04:38:35 -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();
|
|
}
|