kolibrios/programs/games/marblematch3/game/rsgamedraw.h
alpine 5ff91b8eca Marble Match-3 update
- increased performance
- decreased cpu load
- some cosmetic changes



git-svn-id: svn://kolibrios.org@5237 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-12-16 23:05:17 +00:00

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