mirror of
https://github.com/zeldaret/oot
synced 2026-05-22 22:44:26 -04:00
655ec77138
* move remaining variables from variables.h * fix other dependencies * extra newline * fix and adjust comment * is this the problem * fix bss
9 lines
105 B
C
9 lines
105 B
C
#ifndef CARTHANDLE_H
|
|
#define CARTHANDLE_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
extern OSPiHandle* gCartHandle;
|
|
|
|
#endif
|