mirror of
https://github.com/zeldaret/oot
synced 2026-05-23 06:54:24 -04:00
655ec77138
* move remaining variables from variables.h * fix other dependencies * extra newline * fix and adjust comment * is this the problem * fix bss
13 lines
191 B
C
13 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
|