mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-12 22:20:53 -05:00
11 lines
230 B
C
11 lines
230 B
C
#ifndef POKEHEARTGOLD_GLOBAL_H
|
|
#define POKEHEARTGOLD_GLOBAL_H
|
|
|
|
#include <nitro.h>
|
|
#include <nitro/code16.h>
|
|
|
|
#include "config.h" // MUST COME BEFORE ANY OTHER GAMEFREAK HEADERS
|
|
#include "assert.h"
|
|
|
|
#endif //POKEHEARTGOLD_GLOBAL_H
|