MuckyFoot-UrbanChaos/fallen/outro/credits.h

28 lines
209 B
C
Raw Permalink Normal View History

2017-05-20 03:14:17 +02:00
//
// Draws the credits
//
#ifndef _CREDITS_
#define _CREDITS_
//
// Initialises the credits.
//
void CREDITS_init(void);
//
// Draws and processes the credits.
//
void CREDITS_draw(void);
#endif