Unhardcode some things (#589)
* fix malloc sizes of HuMemDirectMalloc calls * unhardcode some things
This commit is contained in:
parent
086800b79a
commit
ce57301435
7 changed files with 48 additions and 47 deletions
|
|
@ -3,8 +3,6 @@
|
|||
|
||||
#include "game/object.h"
|
||||
|
||||
#define ARRAY_COUNT(arr) (s32)(sizeof(arr) / sizeof(arr[0]))
|
||||
|
||||
typedef void (*VoidFuncs)(void);
|
||||
typedef void (*ObjFuncs)(omObjData *);
|
||||
|
||||
|
|
|
|||
|
|
@ -8,8 +8,6 @@
|
|||
#include "game/window.h"
|
||||
#include "game/object.h"
|
||||
|
||||
#define ARRAY_COUNT(arr) (s32)(sizeof(arr) / sizeof(arr[0]))
|
||||
|
||||
enum {
|
||||
MAPOBJ_MAX = 12
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue