mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-04-24 07:27:31 -05:00
7 lines
100 B
C
7 lines
100 B
C
#ifndef BACKGROUND_ENGINE_H
|
|
#define BACKGROUND_ENGINE_H
|
|
|
|
int back_main();
|
|
void back_frame();
|
|
|
|
#endif |