|
Zappy Server
C++ game server: world, rules, scheduler, network
|
#include <string>#include <vector>#include "interfaces/INetworkObserver.hpp"#include "interfaces/IWorldObserver.hpp"#include "logging/Logger.hpp"
Include dependency graph for LogObserver.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | LogObserver |
| Bridges the Observer hooks to the Logger. More... | |