mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-09 12:08:12 -05:00
10 lines
154 B
C
10 lines
154 B
C
#ifndef GUARD_GLOBAL_H
|
|
#define GUARD_GLOBAL_H
|
|
|
|
#include "function_target.h"
|
|
#include "nitro.h"
|
|
|
|
extern void ErrorHandling(void);
|
|
|
|
#endif //GUARD_GLOBAL_H
|