mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
7 lines
103 B
C
7 lines
103 B
C
#pragma once
|
|
|
|
#define COLOR_WHITE true
|
|
#define COLOR_BLACK false
|
|
|
|
int vp_play_frame(BadAppleCtx* ctx);
|