|
Freeciv-3.4
|
#include <graphics.h>
Data Fields | |
| int | rects_count |
| int | guis_count |
| SDL_Rect | rects [RECT_LIMIT] |
| SDL_Window * | screen |
| SDL_Surface * | map |
| SDL_Surface * | dummy |
| SDL_Texture * | maintext |
| SDL_Renderer * | renderer |
| struct canvas | map_canvas |
| struct gui_layer * | gui |
| struct gui_layer ** | guis |
| SDL_Event | event |
Definition at line 197 of file graphics.h.
| SDL_Surface* sdl3_data::dummy |
Definition at line 203 of file graphics.h.
| SDL_Event sdl3_data::event |
Definition at line 209 of file graphics.h.
Definition at line 207 of file graphics.h.
Definition at line 208 of file graphics.h.
| int sdl3_data::guis_count |
Definition at line 199 of file graphics.h.
| SDL_Texture* sdl3_data::maintext |
Definition at line 204 of file graphics.h.
| SDL_Surface* sdl3_data::map |
Definition at line 202 of file graphics.h.
Definition at line 206 of file graphics.h.
| SDL_Rect sdl3_data::rects[RECT_LIMIT] |
Definition at line 200 of file graphics.h.
| int sdl3_data::rects_count |
Definition at line 198 of file graphics.h.
| SDL_Renderer* sdl3_data::renderer |
Definition at line 205 of file graphics.h.
| SDL_Window* sdl3_data::screen |
Definition at line 201 of file graphics.h.