mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-07 19:24:15 -05:00
13 lines
177 B
C
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
|