forked from KolibriOS/kolibrios
3fdf00fdeb
Techdemo of Heliothryx game by Roman Shuvalov git-svn-id: svn://kolibrios.org@5225 a494cfbc-eb01-0410-851d-a64ba20cac60
11 lines
123 B
C
Executable File
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
|