mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-16 04:18:08 +00:00
12 lines
156 B
C++
12 lines
156 B
C++
#ifndef __DASHBOARDWEB_H__
|
|
#define __DASHBOARDWEB_H__
|
|
|
|
#include "Web.h"
|
|
|
|
namespace DashboardWeb {
|
|
void RegisterRoutes();
|
|
};
|
|
|
|
|
|
#endif // __DASHBOARDWEB_H__
|