mirror of
https://github.com/luksamuk/engine-psx.git
synced 2025-04-28 13:28:02 +03:00
9 lines
213 B
C
9 lines
213 B
C
#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 *);
|
|
|
|
#endif
|