2025-01-28 13:58:29 -06:00

16 lines
178 B
C++

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