Added sources of the following games: bnc, checkers, fara, FindNumbers, gomoku, reversi, rforces, sq_game, sudoku, whowtbam, xonix.
git-svn-id: svn://kolibrios.org@1805 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-01-30 13:48:08 +03:00
|
|
|
/* Rocket Forces
|
|
|
|
* Filename: rforces.h
|
|
|
|
* Version 0.1
|
|
|
|
* Copyright (c) Serial 2007
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
void DrawWindow();
|
|
|
|
void DrawBombs();
|
|
|
|
void DrawRocketsAndCrosses();
|
|
|
|
void DrawExplodes();
|
|
|
|
void OnMouseMove();
|
2018-10-21 14:05:40 +03:00
|
|
|
void DrawStats();
|
Added sources of the following games: bnc, checkers, fara, FindNumbers, gomoku, reversi, rforces, sq_game, sudoku, whowtbam, xonix.
git-svn-id: svn://kolibrios.org@1805 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-01-30 13:48:08 +03:00
|
|
|
void OnLMBClick();
|
2018-10-21 14:05:40 +03:00
|
|
|
void SetGameCursor();
|
|
|
|
void RestoreSystemCursor();
|
Added sources of the following games: bnc, checkers, fara, FindNumbers, gomoku, reversi, rforces, sq_game, sudoku, whowtbam, xonix.
git-svn-id: svn://kolibrios.org@1805 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-01-30 13:48:08 +03:00
|
|
|
void Menu();
|
|
|
|
void NewGame();
|
|
|
|
void OnStart();
|
2018-10-21 14:05:40 +03:00
|
|
|
void GameOver();
|