atrooney-online-2/debug_functions.h
Cerapter d314b8dd07 Moved includes out of the CPP files into the header files.
Reimplementation of `30a87d23c9c63bed072b3460e7482075dc530b2c` from the
old origin.
2018-08-19 09:37:34 +02:00

11 lines
194 B
C

#ifndef DEBUG_FUNCTIONS_H
#define DEBUG_FUNCTIONS_H
#include <QString>
#include <QMessageBox>
void call_error(QString message);
void call_notice(QString message);
#endif // DEBUG_FUNCTIONS_H