blob: c4e1ca374dff2ebcf047870428a02ab9794f1cac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef POKEDIAMOND_ARM7_OS_INIT_H
#define POKEDIAMOND_ARM7_OS_INIT_H
#include "nitro/types.h"
#include "OS_system.h"
#include "OS_arena.h"
#include "OS_alloc.h"
#include "OS_reset.h"
#include "OS_terminate_proc.h"
void OS_Init(void);
#endif //POKEDIAMOND_ARM7_OS_INIT_H
|