engine-psx/include/screens/credits.h

10 lines
195 B
C
Raw Permalink Normal View History

#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