Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #ifndef RSGAMELOGIC_H_INCLUDED
  2. #define RSGAMELOGIC_H_INCLUDED
  3.  
  4. /*
  5.  
  6.     Heliothryx
  7.     Game by Roman Shuvalov
  8.  
  9. */
  10.  
  11. #ifndef RS_LINUX
  12.     #ifndef RS_WIN32
  13.         #ifndef RS_KOS
  14.             #error Please specify platform
  15.         #endif
  16.     #endif
  17. #endif
  18.  
  19.  
  20. #include "rsgame.h"
  21.  
  22.  
  23. void GameProcess();
  24.  
  25.  
  26. #endif // RSGAME_H_INCLUDED
  27.