summaryrefslogtreecommitdiff
path: root/nitro/nitro.h
blob: 70ad9a18965d18b1b93c548cab356b9360f6a319 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#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