mirror of
https://github.com/zeldaret/oot.git
synced 2025-05-10 19:13:42 +00:00
* variables.h cleaning: migrate libultra variables * another increment_block_number * fix bss
8 lines
106 B
C
8 lines
106 B
C
#ifndef ULTRA64_OS_PI_H
|
|
#define ULTRA64_OS_PI_H
|
|
|
|
#include "pi.h"
|
|
|
|
extern OSPiHandle* __osPiTable;
|
|
|
|
#endif
|