1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-07 14:50:15 +00:00

variables.h cleaning: migrate libultra variables (#2503)

* variables.h cleaning: migrate libultra variables

* another increment_block_number

* fix bss
This commit is contained in:
fig02 2025-04-06 22:32:40 -04:00 committed by GitHub
parent 5133db15a3
commit 80564bf40b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
37 changed files with 165 additions and 94 deletions

8
include/ultra64/siint.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef ULTRA64_SIINT_H
#define ULTRA64_SIINT_H
#include "pfs.h"
extern __OSInode __osPfsInodeCache;
#endif