Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5293 alpine 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