Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5225 alpine 1
#ifndef RS_GDRAW_H
2
#define RS_GDRAW_H
3
 
4
#include "rsgame.h"
5
 
6
void game_draw();
7
void game_loader_draw_mainthread();
8
 
9
 
10
#endif