Freeciv-3.2
|
#include "log.h"
#include "support.h"
#include "game.h"
#include "map.h"
#include "unitlist.h"
#include "agents.h"
#include "sha.h"
Go to the source code of this file.
Functions | |
static void | sha_tile_update (struct tile *ptile) |
static void | sha_unit_change (int id) |
static void | sha_unit_new (int id) |
static void | sha_unit_remove (int id) |
void | simple_historian_init (void) |
void | simple_historian_done (void) |
struct tile * | sha_tile_recall (struct tile *ptile) |
struct unit * | sha_unit_recall (int id) |
Variables | |
static struct tile * | previous_tiles = NULL |
static struct unit_list * | previous_units |
Definition at line 41 of file sha.c.
Referenced by sha_tile_recall(), sha_tile_update(), and simple_historian_init().
|
static |
Definition at line 42 of file sha.c.
Referenced by sha_unit_change(), sha_unit_new(), sha_unit_recall(), sha_unit_remove(), simple_historian_done(), and simple_historian_init().