mirror of
https://github.com/zeldaret/tmc
synced 2026-08-13 20:24:59 -04:00
cleanup headers
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef CUTSCENEMISCOBJECT_H
|
||||
#define CUTSCENEMISCOBJECT_H
|
||||
|
||||
#include "global.h"
|
||||
|
||||
extern void sub_08095C48(struct Entity_*);
|
||||
|
||||
#endif //CUTSCENEMISCOBJECT_H
|
||||
@@ -0,0 +1,8 @@
|
||||
#ifndef LOCKEDDOOR_H
|
||||
#define LOCKEDDOOR_H
|
||||
|
||||
#include "global.h"
|
||||
|
||||
extern bool32 sub_08083734(struct Entity_*, u32);
|
||||
|
||||
#endif //LOCKEDDOOR_H
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user