pokediamond/include/global.h
2020-05-18 11:48:26 -04:00

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