blob: 775955f1808272d0aad927ca04cd2100725a25e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
//
// Created by mart on 4/12/20.
//
#ifndef POKEDIAMOND_OS_ASM_H
#define POKEDIAMOND_OS_ASM_H
#include "nitro/types.h"
OSProcMode OS_GetProcMode();
#endif //POKEDIAMOND_OS_ASM_H
|