Fix instDll include guards and add missing ones
This commit is contained in:
parent
c76e13678f
commit
5e197e2710
10 changed files with 51 additions and 6 deletions
|
|
@ -1,5 +1,10 @@
|
|||
#ifndef M407DLL_H
|
||||
#define M407DLL_H
|
||||
|
||||
#include "game/object.h"
|
||||
|
||||
#define ARRAY_COUNT(arr) (s32)(sizeof(arr) / sizeof(arr[0]))
|
||||
|
||||
typedef void (*ObjFuncs)(omObjData*);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue