Add GameServer header files
This commit is contained in:
@@ -1,8 +1,17 @@
|
||||
//
|
||||
// Created by dawsh on 11/12/24.
|
||||
//
|
||||
#pragma once
|
||||
|
||||
#ifndef RECAVEGAME_GAMESERVER_HPP
|
||||
#define RECAVEGAME_GAMESERVER_HPP
|
||||
|
||||
#endif //RECAVEGAME_GAMESERVER_HPP
|
||||
namespace CaveGame::Server
|
||||
{
|
||||
/// A sub-service that runs alongside the game server for session authentication over TCP.
|
||||
class AuthServer
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
class GameServer {
|
||||
public:
|
||||
protected:
|
||||
private:
|
||||
};
|
||||
}
|
@@ -1,3 +1,7 @@
|
||||
//
|
||||
// Created by dawsh on 11/12/24.
|
||||
//
|
||||
#include <Server/GameServer.hpp>
|
||||
|
||||
|
||||
namespace CaveGame::Server
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user