Poke_Transporter_GB/include/background_engine.h
2023-08-09 17:05:51 -05:00

6 lines
89 B
C

#ifndef BACKGROUND_ENGINE_H
#define BACKGROUND_ENGINE_H
void background_frame();
#endif