mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-18 18:24:08 +00:00
skeleton updated, windows specific stuff added
This commit is contained in:
parent
28fce310d5
commit
b1f9e28cd1
237 changed files with 258817 additions and 437 deletions
|
@ -133,7 +133,8 @@ inline float sq(float x) { return x*x; }
|
|||
int myrand(void);
|
||||
void mysrand(unsigned int seed);
|
||||
|
||||
#define debug printf
|
||||
#define debug(f, ...) printf("[DBG]: " f "\n", __VA_ARGS__)
|
||||
#define DEV(f, ...) printf("[DEV]: " f "", __VA_ARGS__)
|
||||
#define ASSERT assert
|
||||
|
||||
#define _TODO(x)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue