Subversion Repositories Kolibri OS

Rev

Rev 1805 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1805 yogev_ezra 1
/* Rocket Forces
2
 * Filename: rforces.h
3
 * Version 0.1
4
 * Copyright (c) Serial 2007
5
 */
6
 
7
 
8
void DrawWindow();
9
void DrawBombs();
10
void DrawRocketsAndCrosses();
11
void DrawExplodes();
12
void OnMouseMove();
7494 leency 13
void DrawStats();
1805 yogev_ezra 14
void OnLMBClick();
7494 leency 15
void SetGameCursor();
16
void RestoreSystemCursor();
1805 yogev_ezra 17
void Menu();
18
void NewGame();
19
void OnStart();
7494 leency 20
void GameOver();