pokediamond/nitro/nitro.h

17 lines
219 B
C

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