mirror of
https://github.com/pret/pokediamond.git
synced 2026-09-26 13:33:09 -04:00
21 lines
301 B
C
21 lines
301 B
C
#ifndef POKEDIAMOND_NITRO_H
|
|
#define POKEDIAMOND_NITRO_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
// Include all nitro files
|
|
#include "sections.h"
|
|
#include "misc.h"
|
|
#include "types.h"
|
|
#include "consts.h"
|
|
#include "OS_init.h"
|
|
#include "mmap.h"
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif //POKEDIAMOND_NITRO_H
|