1
0
Fork 0
This repository has been archived on 2023-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
dtux__zigateplugin/library.h

15 lines
215 B
C

#ifndef LIBRARY_H
#define LIBRARY_H
#include <QString>
#define DEBUG 1
#define INFO 2
#define WARNING 3
#define ERROR 4
void debug(QString text, int level);
void signal_handler(int signal);
#endif // LIBRARY_H