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:
parent
5133db15a3
commit
80564bf40b
37 changed files with 165 additions and 94 deletions
11
include/ultra64/piint.h
Normal file
11
include/ultra64/piint.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#ifndef ULTRA64_PIINT_H
|
||||
#define ULTRA64_PIINT_H
|
||||
|
||||
#include "ultratypes.h"
|
||||
#include "pi.h"
|
||||
|
||||
extern OSPiHandle* __osCurrentHandle[];
|
||||
extern OSMesgQueue __osPiAccessQueue;
|
||||
extern u32 __osPiAccessQueueEnabled;
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue