Subversion Repositories Kolibri OS

Rev

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

  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();
  13. void DrawStats();
  14. void OnLMBClick();
  15. void SetGameCursor();
  16. void RestoreSystemCursor();
  17. void Menu();
  18. void NewGame();
  19. void OnStart();
  20. void GameOver();
  21.