Freeciv-3.3
Loading...
Searching...
No Matches
Functions
graphics.c File Reference
#include <stdlib.h>
#include "tilespec.h"
#include "gui_stub.h"
#include "graphics.h"

Go to the source code of this file.

Functions

bool gui_is_view_supported (enum ts_type type)
 
void gui_tileset_type_set (enum ts_type type)
 
void load_cursors (void)
 

Function Documentation

◆ gui_is_view_supported()

bool gui_is_view_supported ( enum ts_type  type)

Return whether the client supports given view type

Definition at line 31 of file graphics.c.

Referenced by setup_gui_funcs().

◆ gui_tileset_type_set()

void gui_tileset_type_set ( enum ts_type  type)

Loading tileset of the specified type

Definition at line 40 of file graphics.c.

◆ load_cursors()

void load_cursors ( void  )

Load the cursors (mouse substitute sprites), including a goto cursor, an airdrop cursor, a nuke cursor, and a patrol cursor.

Definition at line 48 of file graphics.c.