mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-13 06:27:10 -05:00
7 lines
119 B
C
7 lines
119 B
C
#ifndef NITRO_OS_EMULATOR_H_
|
|
#define NITRO_OS_EMULATOR_H_
|
|
|
|
u32 OS_GetConsoleType(void);
|
|
|
|
#endif //NITRO_OS_EMULATOR_H_
|