engine-psx/include/screens/disclaimer.h

10 lines
213 B
C
Raw Permalink Normal View History

2024-08-28 02:12:57 -03:00
#ifndef SCREENS_DISCLAIMER_H
#define SCREENS_DISCLAIMER_H
void screen_disclaimer_load();
void screen_disclaimer_unload(void *);
void screen_disclaimer_update(void *);
void screen_disclaimer_draw(void *);
2024-08-28 02:12:57 -03:00
#endif