mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-14 07:00:08 -05:00
7 lines
130 B
C
7 lines
130 B
C
#ifndef NITRO_OS_TERMINATE_PROC_H
|
|
#define NITRO_OS_TERMINATE_PROC_H
|
|
|
|
void OS_Terminate(void);
|
|
|
|
#endif //NITRO_OS_TERMINATE_PROC_H
|