Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5242 → Rev 5243

/programs/games/heliothryx/game/rsgame.h
8,7 → 8,15
 
*/
 
#ifndef RS_LINUX
#ifndef RS_WIN32
#ifndef RS_KOS
#error Please specify platform
#endif
#endif
#endif
 
 
#include "rskos.h"
#include "rs/rsplatform.h"
//#include "rs/rstexture.h"
182,6 → 190,9
void GameKeyDown(int key, int first);
void GameKeyUp(int key);
 
void GameMouseDown(int x, int y);
void GameMouseUp(int x, int y);
 
void game_change_window_scale(int d);
 
#endif // RSGAME_H_INCLUDED