mirror of
https://github.com/zeldaret/oot
synced 2026-06-08 04:17:06 -04:00
80564bf40b
* variables.h cleaning: migrate libultra variables * another increment_block_number * fix bss
9 lines
106 B
C
9 lines
106 B
C
#ifndef ULTRA64_OS_PI_H
|
|
#define ULTRA64_OS_PI_H
|
|
|
|
#include "pi.h"
|
|
|
|
extern OSPiHandle* __osPiTable;
|
|
|
|
#endif
|