mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-14 10:21:51 -04:00
libs compiles
This commit is contained in:
parent
1b0f7fe0c2
commit
a7278bac40
121 changed files with 1528 additions and 1731 deletions
|
@ -5,7 +5,7 @@
|
|||
#include "devices.h"
|
||||
|
||||
|
||||
#define get_mouse(info) ((MS_EVENT *)(*(long *) info->data))
|
||||
#define get_mouse(info) va_arg(info->data,MS_EVENT *)
|
||||
|
||||
extern MS_EVENT ms_last_event;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue