|
Symphony Of Empires
|
#include <game_state.hpp>

Public Attributes | |
| glm::vec2 | select_pos |
| glm::ivec2 | drag_coord |
| bool | middle_mouse_down = false |
| Language * | selected_language = nullptr |
| Religion * | selected_religion = nullptr |
Definition at line 95 of file game_state.hpp.
| glm::ivec2 Input::drag_coord |
Definition at line 98 of file game_state.hpp.
| bool Input::middle_mouse_down = false |
Definition at line 99 of file game_state.hpp.
| glm::vec2 Input::select_pos |
Definition at line 97 of file game_state.hpp.
| Language* Input::selected_language = nullptr |
Definition at line 102 of file game_state.hpp.
| Religion* Input::selected_religion = nullptr |
Definition at line 103 of file game_state.hpp.