#ifndef POKEDIAMOND_NITRO_H #define POKEDIAMOND_NITRO_H #ifdef __cplusplus extern "C" { #endif // Include all nitro files #include "types.h" #include "consts.h" #include "os.h" #include "mmap.h" #ifdef __cplusplus }; #endif #endif //POKEDIAMOND_NITRO_H