diff options
Diffstat (limited to 'mass_profile/report_error.hpp')
-rw-r--r-- | mass_profile/report_error.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mass_profile/report_error.hpp b/mass_profile/report_error.hpp new file mode 100644 index 0000000..30607e5 --- /dev/null +++ b/mass_profile/report_error.hpp @@ -0,0 +1,6 @@ +#ifndef REPORT_ERR +#define REPORT_ERR + +void report_error(const char* message); + +#endif |