summaryrefslogtreecommitdiff
path: root/include/global.h
blob: b872b96c393caec2a48bc9c0898458edbac8cbae (plain)
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