mirror of
https://github.com/zeldaret/oot
synced 2026-05-23 15:01:47 -04:00
9 lines
118 B
C
9 lines
118 B
C
#ifndef SYS_FREEZE_H
|
|
#define SYS_FREEZE_H
|
|
|
|
#include "attributes.h"
|
|
|
|
NORETURN void Freeze_CurrentThread(void);
|
|
|
|
#endif
|