Poke_Transporter_GB/include/global_frame_controller.h
Remnants of Forgotten Disney 6bef2b58f2 Reworking global frames
2024-03-27 12:04:18 -05:00

9 lines
127 B
C

#ifndef GLOBAL_FRAME_CONTROLLER_H
#define GLOBAL_FRAME_CONTROLLER_H
void global_next_frame();
int get_frame_count();
#endif