mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-06 18:53:21 -05:00
8 lines
120 B
C
8 lines
120 B
C
#ifndef GUARD_GLOBAL_H
|
|
#define GUARD_GLOBAL_H
|
|
|
|
#include "function_target.h"
|
|
#include "nitro.h"
|
|
|
|
#endif //GUARD_GLOBAL_H
|