pokeheartgold/lib/include/nitro/os.h
2021-08-12 15:28:01 -04:00

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_