![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include "specenum_gen.h"
Include dependency graph for pages_g.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | SPECENUM_NAME client_pages |
| #define | SPECENUM_VALUE0 PAGE_MAIN |
| #define | SPECENUM_VALUE1 PAGE_START |
| #define | SPECENUM_VALUE2 PAGE_SCENARIO |
| #define | SPECENUM_VALUE3 PAGE_LOAD |
| #define | SPECENUM_VALUE4 PAGE_NETWORK |
| #define | SPECENUM_VALUE5 PAGE_GAME |
| #define | SPECENUM_VALUE6 PAGE_LOADING |
| #define | SPECENUM_COUNT PAGE_COUNT |
Functions | |
| void | update_start_page (void) |
| Update the start page. More... | |
| void | set_client_page (enum client_pages page) |
| void | client_start_server_and_set_page (enum client_pages page) |
| enum client_pages | get_client_page () |
| void client_start_server_and_set_page | ( | enum client_pages | page | ) |
Definition at line 300 of file update_queue.cpp.
Referenced by fc_client::current_page().
| enum client_pages get_client_page | ( | ) |
Definition at line 300 of file update_queue.cpp.
Referenced by client_state(), and handle_server_join_reply().
| void set_client_page | ( | enum client_pages | page | ) |
Definition at line 292 of file update_queue.cpp.
Referenced by client_state(), handle_authentication_req(), handle_game_load(), and handle_server_join_reply().
| void update_start_page | ( | void | ) |
Update the start page.
Definition at line 597 of file fc_client.cpp.
Referenced by handle_game_info(), and handle_player_info().