#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