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 M409DLL_H
#define M409DLL_H
#include "dolphin.h"
#include "game/object.h"
@ -362,4 +365,6 @@ void fn_1_F2F8(s16, s16, u8, f32);
void fn_1_F370(s16, f32);
void fn_1_F408(s16, s16, u8);
void fn_1_F478(s16, s16, u8, u8);
void fn_1_F4F0(s16, u8);
void fn_1_F4F0(s16, u8);
#endif