aboutsummaryrefslogtreecommitdiff
path: root/draw.h
blob: 779f23ee04fbfcdadf54d5830c536ec5ae64d58c (plain)
1
2
3
4
5
6
int draw_screen();
int draw_init();
void add_obj_interactive();
void redo_obj();

extern int w, h;