mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-12 05:44:27 -05:00
8 lines
181 B
C
8 lines
181 B
C
#ifndef NITRO_OS_PROTECTIONUNIT_H_
|
|
#define NITRO_OS_PROTECTIONUNIT_H_
|
|
|
|
void OS_DisableProtectionUnit(void);
|
|
void OS_EnableProtectionUnit(void);
|
|
|
|
#endif //NITRO_OS_PROTECTIONUNIT_H_
|