mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-08 07:30:33 -04:00
doubleclicks, old savegame ui
This commit is contained in:
parent
fed5a04323
commit
1e7bbcb245
12 changed files with 334 additions and 155 deletions
|
@ -21,7 +21,7 @@
|
|||
#define CASE_FALLTHROUGH
|
||||
|
||||
//microsoft doesn't support VLA
|
||||
#define DECL_VLA(type, variable, count) type *variable = (type *)alloca((count)*sizeof(type));
|
||||
#define DECL_VLA(type, variable, count) type *variable = (type *)alloca((count)*sizeof(type));
|
||||
#define GET_VLA_SIZE(variable, count) ((count)*sizeof(*variable))
|
||||
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue