mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-11 21:34:25 -05:00
7 lines
123 B
C
7 lines
123 B
C
#ifndef NITRO_OS_ARM9_SYSTEM_H
|
|
#define NITRO_OS_ARM9_SYSTEM_H
|
|
|
|
extern void OS_Halt(void);
|
|
|
|
#endif //NITRO_OS_ARM9_SYSTEM_H
|