diff options
author | red031000 <rubenru09@aol.com> | 2020-08-31 18:11:34 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-08-31 18:11:34 +0100 |
commit | 683f3b18d536f2f000d217f241967f2520ba7593 (patch) | |
tree | 39d86dd1d5a0a85583ceed75a29c9c72024bc7a5 /include/error_handling.h | |
parent | 79a290495b0b1fe4df5f8f55d9b3f008410ae83d (diff) |
error_handling
Diffstat (limited to 'include/error_handling.h')
-rw-r--r-- | include/error_handling.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/error_handling.h b/include/error_handling.h new file mode 100644 index 00000000..1299fcba --- /dev/null +++ b/include/error_handling.h @@ -0,0 +1,6 @@ +#ifndef POKEDIAMOND_ERROR_HANDLING_H +#define POKEDIAMOND_ERROR_HANDLING_H + +void ErrorHandling(void); + +#endif //POKEDIAMOND_ERROR_HANDLING_H |