|
Zappy Server
C++ game server: world, rules, scheduler, network
|
#include "core/Args.hpp"#include "core/Scheduler.hpp"#include "core/World.hpp"#include "game/CommandDispatcher.hpp"#include "game/GuiNotifier.hpp"#include "logging/LogObserver.hpp"#include "logging/Logger.hpp"#include "network/ClientManager.hpp"#include "network/Listener.hpp"
Include dependency graph for Server.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Server |
| Owns every subsystem and runs the main game loop. More... | |