mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-21 11:25:53 -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_
|