mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-11 21:34:25 -05:00
11 lines
146 B
C
11 lines
146 B
C
#ifndef NITRO_H_
|
|
#define NITRO_H_
|
|
|
|
#include <nitro/types.h>
|
|
|
|
#include <nitro/cp.h>
|
|
#include <nitro/os.h>
|
|
#include <nitro/fs.h>
|
|
|
|
#endif //NITRO_H_
|