#ifndef __CHATWEB_H__ #define __CHATWEB_H__ #include #include #include "Web.h" namespace ChatWeb { void RegisterRoutes(); }; #endif // __CHATWEB_H__