kolibrios/programs/games/marblematch3/game/rsgamedraw.h
alpine bc0cb70b13 New Game: Marble Match-3
Developer: Roman Shuvalov



git-svn-id: svn://kolibrios.org@5235 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-12-16 16:43:37 +00:00

11 lines
123 B
C

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