Subversion Repositories Kolibri OS

Rev

Rev 5235 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5235 alpine 1
#ifndef RS_GDRAW_H
2
#define RS_GDRAW_H
3
 
4
#include "rsgame.h"
5
 
5237 alpine 6
void game_textures_init_stage1();
7
void game_textures_init_stage2();
8
void game_textures_free();
9
 
5235 alpine 10
void game_draw();
11
void game_loader_draw_mainthread();
12
 
13
 
14
#endif