mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-04-14 05:05:58 -05:00
9 lines
127 B
C
9 lines
127 B
C
#ifndef GLOBAL_FRAME_CONTROLLER_H
|
|
#define GLOBAL_FRAME_CONTROLLER_H
|
|
|
|
void global_next_frame();
|
|
int get_frame_count();
|
|
|
|
|
|
#endif
|