Step 2
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
#include "Display/Graphics/Color.h"
|
||||
#include "Config/Client/NetworkConfig.h"
|
||||
|
||||
namespace Config::Client
|
||||
{
|
||||
class Config
|
||||
{
|
||||
public:
|
||||
static Config load(const std::string &path);
|
||||
|
||||
NetworkConfig network;
|
||||
};
|
||||
} // namespace Config::Client
|
||||
Reference in New Issue
Block a user