#include <map>#include <list>#include "tiles.h"Include dependency graph for mappatch.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | Object_spec |
| class | Map_patch |
| class | Map_patch_remove |
| class | Map_patch_modify |
| class | Map_patch_collection |
Defines | |
| #define | INCL_MAPPATCH 1 |
| Mappatch.h - Patches to the game map. | |
Typedefs | |
| typedef std::list< Map_patch * > | Map_patch_list |
| typedef std::map< int, Map_patch_list > | Map_patch_map |
| #define INCL_MAPPATCH 1 |
| typedef std::list<Map_patch*> Map_patch_list |
Definition at line 65 of file mappatch.h.
| typedef std::map<int, Map_patch_list> Map_patch_map |
Definition at line 66 of file mappatch.h.
1.5.1