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 REL_W05_H
|
||||
#define REL_W05_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#include "game/board/main.h"
|
||||
|
|
@ -222,3 +225,5 @@ extern s32* lbl_1_bss_10;
|
|||
extern s16 lbl_1_bss_8[4];
|
||||
extern Process* lbl_1_bss_4;
|
||||
extern bitcopy* lbl_1_bss_0;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue