mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-04-12 04:15:45 -05:00
9 lines
182 B
C
9 lines
182 B
C
#ifndef BACKGROUND_ENGINE_H
|
|
#define BACKGROUND_ENGINE_H
|
|
|
|
void background_frame();
|
|
void set_textbox_large();
|
|
void set_textbox_small();
|
|
void show_textbox();
|
|
void hide_textbox();
|
|
#endif |