aboutsummaryrefslogtreecommitdiffstats
path: root/src/report_error.hpp
blob: 30607e55c8fbc4d86e5f072cd85a475c54f86b12 (plain)
1
2
3
4
5
6
#ifndef REPORT_ERR
#define REPORT_ERR

void report_error(const char* message);

#endif