#include "AppHdr.h"#include <stdint.h>#include "show.h"#include "areas.h"#include "cloud.h"#include "coord.h"#include "coordit.h"#include "dgnevent.h"#include "dgn-overview.h"#include "dungeon.h"#include "env.h"#include "exclude.h"#include "fprop.h"#include "itemprop.h"#include "mon-stuff.h"#include "mon-util.h"#include "monster.h"#include "options.h"#include "random.h"#include "showsymb.h"#include "state.h"#include "stuff.h"#include "terrain.h"#include "travel.h"#include "viewgeom.h"#include "viewmap.h"

Functions | |
| void | show_update_at (const coord_def &gp, bool terrain_only) |
| void | show_init (bool terrain_only) |
| void | show_update_emphasis () |
| void show_init | ( | bool | terrain_only | ) |

| void show_update_at | ( | const coord_def & | gp, | |
| bool | terrain_only | |||
| ) |

| void show_update_emphasis | ( | ) |

1.5.6