shithub: candycrisis

ref: 6159713b2a0f55e2cd41797ed7aa3a5a4c0a06a3
dir: /src/victory.h/

View raw version
// victory.h

void EndRound( int player );
void BeginVictory( int player );
void InitVictory( void );
void Lose( int player );
void Win( int player );
void DropLosers( int player, int skip );
void DrawTimerCount( int player );
void DrawTimerBonus( int player );

#define kNumLetters 11
#define kLetterHorizSize 13
#define kLetterVertSize 20