8 lines
99 B
C++
8 lines
99 B
C++
#include "monitor.hpp"
|
|
|
|
#if defined(__clang__) || defined(__GNUC__)
|
|
|
|
Monitor::Monitor() {}
|
|
|
|
#endif
|