kolibrios/programs/games/heliothryx/game/rsgamedraw.h

11 lines
123 B
C
Raw Normal View History

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