kolibrios/programs/games/heliothryx/game/rsgamelogic.h
alpine ac3a880786 Heliothryx game update fix:
- added forgotten rsgamelogic.c and rsgamelogic.h files. Sorry :)



git-svn-id: svn://kolibrios.org@5293 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-12-30 07:42:46 +00:00

27 lines
325 B
C

#ifndef RSGAMELOGIC_H_INCLUDED
#define RSGAMELOGIC_H_INCLUDED
/*
Heliothryx
Game by Roman Shuvalov
*/
#ifndef RS_LINUX
#ifndef RS_WIN32
#ifndef RS_KOS
#error Please specify platform
#endif
#endif
#endif
#include "rsgame.h"
void GameProcess();
#endif // RSGAME_H_INCLUDED