Fix instDll include guards and add missing ones

This commit is contained in:
dbalatoni13 2024-08-12 16:48:29 +02:00
parent c76e13678f
commit 5e197e2710
10 changed files with 51 additions and 6 deletions

View file

@ -1,3 +1,6 @@
#ifndef REL_W03_H
#define REL_W03_H
#include "game/gamework_data.h"
#include "dolphin.h"
#include "REL/executor.h"
@ -27,3 +30,5 @@ typedef struct w03State {
extern w03State* lbl_1_bss_0;
extern s16 lbl_1_bss_C[MAPOBJ_MAX];
#endif