From 3bf4e26b1319295532bb4396cbd6406d85cbcae0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 29 Mar 2012 03:51:37 +0300 Subject: Replace vectors with strings to short names. --- src/resources/emotedb.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/resources/emotedb.h') diff --git a/src/resources/emotedb.h b/src/resources/emotedb.h index f27b45220..24ceb40db 100644 --- a/src/resources/emotedb.h +++ b/src/resources/emotedb.h @@ -22,10 +22,10 @@ #ifndef EMOTE_DB_H #define EMOTE_DB_H +#include "utils/stringvector.h" + #include #include -#include -#include class AnimatedSprite; @@ -38,7 +38,7 @@ struct EmoteSprite struct EmoteInfo { std::list sprites; - std::vector particles; + StringVect particles; }; typedef std::map EmoteInfos; -- cgit v1.2.3-70-g09d2