mirror of
https://github.com/luksamuk/engine-psx.git
synced 2025-04-28 13:28:02 +03:00
9 lines
195 B
C
9 lines
195 B
C
#ifndef SCREENS_CREDITS_H
|
|
#define SCREENS_CREDITS_H
|
|
|
|
void screen_credits_load();
|
|
void screen_credits_unload(void *);
|
|
void screen_credits_update(void *);
|
|
void screen_credits_draw(void *);
|
|
|
|
#endif
|