mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-13 14:42:15 -05:00
11 lines
210 B
C
11 lines
210 B
C
#ifndef NITRO_OS_H_
|
|
#define NITRO_OS_H_
|
|
|
|
#include <nitro/os/context.h>
|
|
#include <nitro/os/system.h>
|
|
#include <nitro/os/systemWork.h>
|
|
#include <nitro/os/tcm.h>
|
|
#include <nitro/os/thread.h>
|
|
|
|
#endif //NITRO_OS_H_
|