add threaded filewatcher

This commit is contained in:
2025-03-27 01:24:57 +02:00
parent 6d0cbbb011
commit 2015894068
20 changed files with 600 additions and 95 deletions

6
src/logger/logger.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef LOGGER_H_
#define LOGGER_H_
#include "logger/sc_log.h"
#endif // LOGGER_H_