#ifndef NETWORK_H #define NETWORK_H namespace Network { bool start(const char* server); void stop(); void tick(); } #endif