mirror of
https://github.com/zeldaret/oot.git
synced 2025-05-10 11:03:46 +00:00
* variables.h cleaning: migrate libultra variables * another increment_block_number * fix bss
8 lines
111 B
C
8 lines
111 B
C
#ifndef ULTRA64_SIINT_H
|
|
#define ULTRA64_SIINT_H
|
|
|
|
#include "pfs.h"
|
|
|
|
extern __OSInode __osPfsInodeCache;
|
|
|
|
#endif
|