mirror of
https://github.com/HackerN64/HackerOoT.git
synced 2026-01-21 10:37:37 -08:00
9 lines
111 B
C
9 lines
111 B
C
|
|
#ifndef SYS_FREEZE_H
|
||
|
|
#define SYS_FREEZE_H
|
||
|
|
|
||
|
|
#include "attributes.h"
|
||
|
|
|
||
|
|
NORETURN void func_800D31A0(void);
|
||
|
|
|
||
|
|
#endif
|