|
R-Type
Distributed multiplayer game engine in C++
|
#include <functional>#include <memory>#include <string>#include <vector>#include "Graphics/IGraphics.hpp"#include "Menu/BaseMenu.hpp"#include "UI/IUIFactory.hpp"

Go to the source code of this file.
Classes | |
| struct | Game::PlayerInfo |
| Player information in waiting room. More... | |
| class | Game::WaitingRoomMenu |
| Menu displayed while waiting for game to start. More... | |
Namespaces | |
| namespace | Game |