22 #ifndef COMMON_IMAGEMAP_H 23 #define COMMON_IMAGEMAP_H 25 #include "common/scummsys.h" 29 #include "common/hashmap.h" 30 #include "common/hash-str.h" 40 Polygon *createArea(
const String &
id);
41 void removeArea(
const String &
id);
42 void removeAllAreas();
43 String findMapArea(int16 x, int16 y);
46 typedef HashMap<String, Polygon *> AreaMap;
53 #endif // #ifdef ENABLE_VKEYBD 55 #endif // #ifndef COMMON_IMAGEMAP_H Definition: algorithm.h:29