mirror of
https://github.com/zeldaret/mm.git
synced 2024-11-23 12:59:44 +00:00
9 lines
105 B
C
9 lines
105 B
C
#ifndef CARTHANDLE_H
|
|
#define CARTHANDLE_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
extern OSPiHandle* gCartHandle;
|
|
|
|
#endif
|