mirror of
https://github.com/luksamuk/engine-psx.git
synced 2025-04-28 21:38:02 +03:00
12 lines
248 B
C
12 lines
248 B
C
#ifndef SCREENS_TITLE_H
|
|
#define SCREENS_TITLE_H
|
|
|
|
void screen_title_load();
|
|
void screen_title_unload(void *);
|
|
void screen_title_update(void *);
|
|
void screen_title_draw(void *);
|
|
|
|
void screen_title_reset_demo();
|
|
void screen_title_cycle_demo();
|
|
|
|
#endif
|