mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-08 03:34:24 -05:00
14 lines
232 B
C
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
|