mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-08 11:44:58 -05:00
11 lines
199 B
C
11 lines
199 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"
|
|
|
|
void OS_Init(void);
|
|
|
|
#endif //POKEDIAMOND_ARM7_OS_INIT_H
|