diff options
author | red031000 <rubenru09@aol.com> | 2020-05-07 15:40:45 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-05-07 15:42:07 +0100 |
commit | c8255e7f323a58625992973f9777a9928947f310 (patch) | |
tree | 23c55b3ce891cb00f546d13a86a4d1c6fb02724e /arm9/lib/include/OS_terminate_proc.h | |
parent | 7bd2d6636ba5a34fb0ae984f377f690d51ba97f0 (diff) |
OS_terminate_proc
Diffstat (limited to 'arm9/lib/include/OS_terminate_proc.h')
-rw-r--r-- | arm9/lib/include/OS_terminate_proc.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arm9/lib/include/OS_terminate_proc.h b/arm9/lib/include/OS_terminate_proc.h new file mode 100644 index 00000000..26741e5d --- /dev/null +++ b/arm9/lib/include/OS_terminate_proc.h @@ -0,0 +1,11 @@ +// +// Created by red031000 on 2020-05-07. +// + +#ifndef POKEDIAMOND_OS_TERMINATE_PROC_H +#define POKEDIAMOND_OS_TERMINATE_PROC_H + +void OS_Terminate(); +void OS_Halt(); + +#endif //POKEDIAMOND_OS_TERMINATE_PROC_H |