mirror of
https://github.com/zeldaret/oot
synced 2026-05-23 06:54:24 -04:00
0c5282ba66
* migrate audio variables, fix libultra thing * remove extra newlines * fix * add required pragmas * fix bss * audio table fixes * fix bss
9 lines
108 B
C
9 lines
108 B
C
#ifndef ULTRA64_SIINT_H
|
|
#define ULTRA64_SIINT_H
|
|
|
|
#include "pfs.h"
|
|
|
|
extern u8 __osPfsInodeCacheBank;
|
|
|
|
#endif
|