cleanup headers

This commit is contained in:
Henny022p
2025-03-05 17:09:01 +00:00
parent d602b93c8d
commit 3b9b1a388b
540 changed files with 2106 additions and 985 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef CUTSCENEMISCOBJECT_H
#define CUTSCENEMISCOBJECT_H
#include "global.h"
extern void sub_08095C48(struct Entity_*);
#endif //CUTSCENEMISCOBJECT_H
+8
View File
@@ -0,0 +1,8 @@
#ifndef LOCKEDDOOR_H
#define LOCKEDDOOR_H
#include "global.h"
extern bool32 sub_08083734(struct Entity_*, u32);
#endif //LOCKEDDOOR_H
+8
View File
@@ -0,0 +1,8 @@
#ifndef POT_H
#define POT_H
#include "global.h"
extern u32 sub_0808288C(struct Entity_*, u32, u32, u32);
#endif //POT_H