9 lines
136 B
C
9 lines
136 B
C
#ifndef DEBUG_FUNCTIONS_H
|
|
#define DEBUG_FUNCTIONS_H
|
|
|
|
#include <QString>
|
|
|
|
void call_error(QString message);
|
|
|
|
#endif // DEBUG_FUNCTIONS_H
|