Files
DbNeuralNet/debug.h
2018-09-15 20:51:15 +02:00

10 lines
119 B
C++

#ifndef DEBUG_H
#define DEBUG_H
class QString;
bool initDebug();
void debug(const QString &line);
#endif // DEBUG_H