Subversion Repositories Kolibri OS

Rev

Rev 5225 | Rev 5291 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5225 Rev 5243
Line 6... Line 6...
6
    Heliothryx
6
    Heliothryx
7
    Game by Roman Shuvalov
7
    Game by Roman Shuvalov
Line 8... Line 8...
8
 
8
 
Line -... Line 9...
-
 
9
*/
-
 
10
 
-
 
11
#ifndef RS_LINUX
-
 
12
    #ifndef RS_WIN32
-
 
13
        #ifndef RS_KOS
-
 
14
            #error Please specify platform
-
 
15
        #endif
-
 
16
    #endif
Line 9... Line 17...
9
*/
17
#endif
10
 
18
 
11
 
19
 
12
#include "rskos.h"
20
#include "rskos.h"
Line 180... Line 188...
180
void GameTerm();
188
void GameTerm();
Line 181... Line 189...
181
 
189
 
182
void GameKeyDown(int key, int first);
190
void GameKeyDown(int key, int first);
Line -... Line 191...
-
 
191
void GameKeyUp(int key);
-
 
192
 
-
 
193
void GameMouseDown(int x, int y);
183
void GameKeyUp(int key);
194
void GameMouseUp(int x, int y);
Line 184... Line 195...
184
 
195