R-Type
Distributed multiplayer game engine in C++
Loading...
Searching...
No Matches
IRoom.hpp File Reference
#include <cstdint>
#include <string>
#include <vector>
Include dependency graph for IRoom.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  server::RoomInfo
 Information about a room. More...
 
class  server::IRoom
 Interface for a game room. More...
 

Namespaces

namespace  server
 

Enumerations

enum class  server::RoomState { server::WAITING , server::STARTING , server::IN_PROGRESS , server::FINISHED }
 State of a game room. More...