diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-04-20 19:10:53 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-20 19:10:53 -0600 |
| commit | 7a10ba89f6bf26fd4b659510fefb2ce1cd315f02 (patch) | |
| tree | a06fc0b8288801398c24c96e80b0320cf513c9de /src/code_80091440.h | |
| parent | 4df64731472064ac5452b62fb867e59a18487852 (diff) | |
Header cleanup and some renames (#616)
* Place macros for addr conversions
* dl renames
* fixes
* changes ok
* Delete types.h
* move enums
Diffstat (limited to 'src/code_80091440.h')
| -rw-r--r-- | src/code_80091440.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/code_80091440.h b/src/code_80091440.h index ced30ef22..18aa89297 100644 --- a/src/code_80091440.h +++ b/src/code_80091440.h @@ -1,6 +1,10 @@ +#ifndef CODE_80091440_H +#define CODE_80091440_H + #include "ultra64.h" void func_80091440(s8); void func_800914A0(void); void func_800914E0(void); +#endif // CODE_80091440_H
\ No newline at end of file |
