1
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__zigbeemanager/library.h

15 lines
215 B
C
Raw Permalink Normal View History

2023-04-08 15:06:36 +02:00
#ifndef LIBRARY_H
#define LIBRARY_H
2023-04-24 21:57:35 +02:00
#include <QString>
2023-04-08 15:06:36 +02:00
#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