diff options
Diffstat (limited to 'src/resources/beinginfo.h')
-rw-r--r-- | src/resources/beinginfo.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/resources/beinginfo.h b/src/resources/beinginfo.h index 0f62ba5ea..bd2043fba 100644 --- a/src/resources/beinginfo.h +++ b/src/resources/beinginfo.h @@ -29,8 +29,6 @@ #include <list> #include <map> -#include <string> -#include <vector> struct Attack { @@ -60,7 +58,7 @@ enum SoundEvent SOUND_EVENT_SPAWN }; -typedef std::map<SoundEvent, std::vector<std::string>* > SoundEvents; +typedef std::map<SoundEvent, StringVect*> SoundEvents; /** * Holds information about a certain type of monster. This includes the name |