mirror of
https://github.com/zeldaret/oot.git
synced 2025-04-08 23:56:26 +00: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
6 lines
73 B
C
6 lines
73 B
C
#ifndef IDLE_H
|
|
#define IDLE_H
|
|
|
|
void Idle_ThreadEntry(void* arg);
|
|
|
|
#endif
|