mirror of
https://github.com/zeldaret/oot.git
synced 2025-05-10 19:13:42 +00:00
* move remaining variables from variables.h * fix other dependencies * extra newline * fix and adjust comment * is this the problem * fix bss
12 lines
191 B
C
12 lines
191 B
C
#ifndef IDLE_H
|
|
#define IDLE_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
void Idle_ThreadEntry(void* arg);
|
|
|
|
extern OSMesgQueue gPiMgrCmdQueue;
|
|
extern OSViMode gViConfigMode;
|
|
extern u8 gViConfigModeType;
|
|
|
|
#endif
|