engine-psx/include/screens/title.h

13 lines
248 B
C
Raw Permalink Normal View History

2024-09-08 22:35:32 -03:00
#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 *);
2024-09-08 22:35:32 -03:00
2024-11-23 01:00:17 -03:00
void screen_title_reset_demo();
void screen_title_cycle_demo();
2024-09-08 22:35:32 -03:00
#endif