pokediamond/arm7/lib/include/OS_init.h
2020-06-12 18:08:19 +01:00

13 lines
243 B
C

#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"
void OS_Init(void);
#endif //POKEDIAMOND_ARM7_OS_INIT_H