Freeciv-3.3
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <gtk/gtk.h>
#include "log.h"
#include "mem.h"
#include "shared.h"
#include "support.h"
#include "game.h"
#include "movement.h"
#include "unit.h"
#include "version.h"
#include "climisc.h"
#include "colors.h"
#include "mapview_g.h"
#include "options.h"
#include "tilespec.h"
#include "gui_main.h"
#include "graphics.h"
Go to the source code of this file.
Macros | |
#define | COLOR_MOTTO_FACE_R 0x2D |
#define | COLOR_MOTTO_FACE_G 0x71 |
#define | COLOR_MOTTO_FACE_B 0xE3 |
Functions | |
void | tileset_type_set (enum ts_type type) |
void | load_cursors (void) |
Variables | |
GdkCursor * | fc_cursors [CURSOR_LAST][NUM_CURSOR_FRAMES] |
#define COLOR_MOTTO_FACE_B 0xE3 |
Definition at line 59 of file graphics.c.
#define COLOR_MOTTO_FACE_G 0x71 |
Definition at line 58 of file graphics.c.
#define COLOR_MOTTO_FACE_R 0x2D |
Definition at line 57 of file graphics.c.
Load cursor sprites
Definition at line 64 of file graphics.c.
Loading tileset of the specified type
Definition at line 53 of file graphics.c.
GdkCursor* fc_cursors[CURSOR_LAST][NUM_CURSOR_FRAMES] |
Definition at line 48 of file graphics.c.