Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
/*
* File: gameover.h
* Author: KRIK
*
* Created on 8 Èþëü 2009 ã., 11:11
*/
#ifndef _GAMEOVER_H
#define _GAMEOVER_H
void startGameOver();
void showScore();
void drawNum(u32 num, u8 x, u8 y);
#endif /* _GAMEOVER_H */