engine-psx/include/screens/charselect.h

10 lines
213 B
C
Raw Permalink Normal View History

2025-04-10 23:37:22 -03:00
#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