pokediamond/nitro/os_asm.h

13 lines
177 B
C

//
// Created by mart on 4/12/20.
//
#ifndef POKEDIAMOND_OS_ASM_H
#define POKEDIAMOND_OS_ASM_H
#include "types.h"
OSProcMode OS_GetProcMode();
#endif //POKEDIAMOND_OS_ASM_H