mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-05 22:20:30 -04:00
compile and run in windows (improvements needed)
This commit is contained in:
parent
f55f92a88b
commit
f70b29abab
83 changed files with 415 additions and 3747 deletions
|
@ -13,9 +13,9 @@ void xor_rectangle(int x,int y,int xs,int ys);
|
|||
|
||||
// status lines
|
||||
void status_line(EVENT_MSG *msg,T_EVENT_ROOT **user_data);
|
||||
void *status_mem_info(EVENT_MSG *msg);
|
||||
void *mouse_xy(EVENT_MSG *msg);
|
||||
void *show_time(EVENT_MSG *msg);
|
||||
void status_mem_info(EVENT_MSG *msg);
|
||||
void mouse_xy(EVENT_MSG *msg);
|
||||
void show_time(EVENT_MSG *msg);
|
||||
|
||||
// objects
|
||||
//void sample(OBJREC *o);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue