1 2 3 4 5 6 7 8 9
#ifndef GUARD_GLOBAL_H #define GUARD_GLOBAL_H #include "function_target.h" #include "nitro.h" extern void ErrorHandling(void); #endif //GUARD_GLOBAL_H