mirror of
https://gitlab.com/kholdfuzion/goldeneye_src
synced 2026-06-16 14:10:25 -04:00
12 lines
146 B
C
12 lines
146 B
C
#ifndef _PI_H_
|
|
#define _PI_H_
|
|
#include <ultra64.h>
|
|
|
|
extern OSMesg piCmdBuf[0x8];
|
|
extern OSMesgQueue piCmdQ;
|
|
|
|
void piCreateManager(void);
|
|
|
|
#endif
|
|
|