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
11 lines
213 B
C
11 lines
213 B
C
#ifndef ULTRA64_PIINT_H
|
|
#define ULTRA64_PIINT_H
|
|
|
|
#include "ultratypes.h"
|
|
#include "pi.h"
|
|
|
|
extern OSPiHandle* __osCurrentHandle[];
|
|
extern OSMesgQueue __osPiAccessQueue;
|
|
extern u32 __osPiAccessQueueEnabled;
|
|
|
|
#endif
|