pokeheartgold/lib/include/nitro/os/emulator.h
2021-09-22 19:45:06 -04:00

7 lines
119 B
C

#ifndef NITRO_OS_EMULATOR_H_
#define NITRO_OS_EMULATOR_H_
u32 OS_GetConsoleType(void);
#endif //NITRO_OS_EMULATOR_H_