#ifndef RS_GDRAW_H
#define RS_GDRAW_H

#include "rsgame.h"

void game_draw();
void game_loader_draw_mainthread();


#endif