diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2015-03-19 16:15:47 -0400 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2015-03-19 16:15:47 -0400 |
| commit | 4b4125e234cb727c70822e0a1fce0688c357741e (patch) | |
| tree | 5b446ebe6f0454304d4202368bd18fba3f629d3d /src/map.h | |
| parent | 281bdf956a646fd8c9944e9a44f867c984792216 (diff) | |
| download | therapy-4b4125e234cb727c70822e0a1fce0688c357741e.tar.gz therapy-4b4125e234cb727c70822e0a1fce0688c357741e.tar.bz2 therapy-4b4125e234cb727c70822e0a1fce0688c357741e.zip | |
Implemented a simple AI
Diffstat (limited to 'src/map.h')
| -rw-r--r-- | src/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/map.h b/src/map.h index 4e661ab..22333aa 100644 --- a/src/map.h +++ b/src/map.h | |||
| @@ -34,6 +34,7 @@ class Map { | |||
| 34 | struct EntityData { | 34 | struct EntityData { |
| 35 | std::string name; | 35 | std::string name; |
| 36 | std::pair<int, int> position; | 36 | std::pair<int, int> position; |
| 37 | std::map<std::string, int> items; | ||
| 37 | }; | 38 | }; |
| 38 | 39 | ||
| 39 | struct Adjacent { | 40 | struct Adjacent { |
