Conquer Chess
Chess and Starcraft combined
Loading...
Searching...
No Matches
lobby_view_item.h
Go to the documentation of this file.
1#ifndef LOBBY_VIEW_ITEM_H
2#define LOBBY_VIEW_ITEM_H
3
4#include <vector>
5
10{
12};
13
14std::vector<lobby_view_item> get_all_lobby_view_items() noexcept;
15
18
20
21#endif // MENU_VIEW_ITEM_H
lobby_view_item get_next(const lobby_view_item there)
Definition lobby_view_item.cpp:18
lobby_view_item get_previous(const lobby_view_item &there)
Definition lobby_view_item.cpp:32
std::vector< lobby_view_item > get_all_lobby_view_items() noexcept
Definition lobby_view_item.cpp:8
lobby_view_item
The items in the Lobby.
Definition lobby_view_item.h:10
void test_lobby_view_item()
Definition lobby_view_item.cpp:46