mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-13 10:58:07 +00:00
15 lines
197 B
C++
15 lines
197 B
C++
#ifndef __DASHBOARDWEB_H__
|
|
#define __DASHBOARDWEB_H__
|
|
|
|
#include <string>
|
|
#include <functional>
|
|
|
|
#include "Web.h"
|
|
|
|
namespace DashboardWeb {
|
|
void RegisterRoutes();
|
|
};
|
|
|
|
|
|
#endif // __DASHBOARDWEB_H__
|