forked from KolibriOS/kolibrios
5ff91b8eca
- increased performance - decreased cpu load - some cosmetic changes git-svn-id: svn://kolibrios.org@5237 a494cfbc-eb01-0410-851d-a64ba20cac60
15 lines
219 B
C
15 lines
219 B
C
#ifndef RS_GDRAW_H
|
|
#define RS_GDRAW_H
|
|
|
|
#include "rsgame.h"
|
|
|
|
void game_textures_init_stage1();
|
|
void game_textures_init_stage2();
|
|
void game_textures_free();
|
|
|
|
void game_draw();
|
|
void game_loader_draw_mainthread();
|
|
|
|
|
|
#endif
|