mirror of
https://github.com/luksamuk/engine-psx.git
synced 2025-04-28 21:38:02 +03:00
10 lines
213 B
C
10 lines
213 B
C
![]() |
#ifndef SCREENS_CHARSELECT_H
|
||
|
#define SCREENS_CHARSELECT_H
|
||
|
|
||
|
void screen_charselect_load();
|
||
|
void screen_charselect_unload(void *);
|
||
|
void screen_charselect_update(void *);
|
||
|
void screen_charselect_draw(void *);
|
||
|
|
||
|
#endif
|