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,3 +1,6 @@
|
|||
#ifndef M446DLL_H
|
||||
#define M446DLL_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#include "game/process.h"
|
||||
|
|
@ -302,3 +305,5 @@ void fn_1_83F0(unkStruct9*);
|
|||
void fn_1_84AC(unkStruct9*);
|
||||
void fn_1_852C(unkStruct9*);
|
||||
void fn_1_860C(unkStruct9*);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue