kolibrios/programs/games/heliothryx/game/rsgamedraw.h
alpine 3fdf00fdeb First try.
Techdemo of Heliothryx game
by Roman Shuvalov



git-svn-id: svn://kolibrios.org@5225 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-12-08 18:32:05 +00:00

11 lines
123 B
C
Executable File

#ifndef RS_GDRAW_H
#define RS_GDRAW_H
#include "rsgame.h"
void game_draw();
void game_loader_draw_mainthread();
#endif