MuckyFoot-UrbanChaos/fallen/outro/checker.h
2017-05-20 11:14:17 +10:00

27 lines
234 B
C

//
// The checkered way Darci and Roper appear on screen.
//
#ifndef _CHECKER_
#define _CHECKER_
//
// Loads textures.
//
void CHECKER_init(void);
//
// Draws the checkers as an overlay.
//
void CHECKER_draw(void);
#endif