mirror of
https://github.com/HackerN64/HackerOoT.git
synced 2026-01-21 10:37:37 -08:00
* 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
|