mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-07 03:04:19 -05:00
21 lines
307 B
C
21 lines
307 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 "nitro/types.h"
|
|
#include "consts.h"
|
|
#include "OS_init.h"
|
|
#include "mmap.h"
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif //POKEDIAMOND_NITRO_H
|