pokediamond/arm9/lib/include/OS_emulator.h
2020-05-24 18:20:52 +01:00

14 lines
232 B
C

//
// Created by red031000 on 2020-05-05.
//
#ifndef POKEDIAMOND_OS_EMULATOR_H
#define POKEDIAMOND_OS_EMULATOR_H
#include "consts.h"
BOOL OS_IsRunOnEmulator(void);
u32 OS_GetConsoleType(void);
#endif //POKEDIAMOND_OS_EMULATOR_H