mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2025-01-03 20:30:19 +00: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);
|