#pragma once #include "CNProtocol.hpp" #include #include namespace Monitor { void init(); void tick(CNServer *, time_t); void start(void *); };