engine-psx/include/screens/disclaimer.h
2024-09-10 22:26:47 -03:00

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