mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-07 19:24:15 -05:00
17 lines
219 B
C
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
|