ref: d5c86a4701199fa8d1c3f0d8b15d1bd766cbcf6b
dir: /src/victory.h/
// 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