mirror of
https://github.com/HackerN64/HackerOoT.git
synced 2026-01-21 10:37:37 -08:00
* split most of functions.h * osdriverominit * forgot include * fix * remove functions.h * temporary fix for fix_bss * fix bss * revert fix_bss.py change
7 lines
73 B
C
7 lines
73 B
C
#ifndef IDLE_H
|
|
#define IDLE_H
|
|
|
|
void Idle_ThreadEntry(void* arg);
|
|
|
|
#endif
|