From d0adcf0e3c8a1db5e06bbbb8ae950ea5ebeeb8eb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 4 Jan 2015 15:50:56 +0300 Subject: Add stringmap typedefs. --- src/utils/stringmap.h | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/utils/stringmap.h (limited to 'src/utils/stringmap.h') diff --git a/src/utils/stringmap.h b/src/utils/stringmap.h new file mode 100644 index 000000000..e76515e18 --- /dev/null +++ b/src/utils/stringmap.h @@ -0,0 +1,31 @@ +/* + * The ManaPlus Client + * Copyright (C) 2012-2015 The ManaPlus Developers + * + * This file is part of The ManaPlus Client. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +#ifndef UTILS_STRINGMAP_H +#define UTILS_STRINGMAP_H + +#include +#include + +typedef std::map StringIntMap; +typedef StringIntMap::iterator StringIntMapIter; +typedef StringIntMap::const_iterator StringIntMapCIter; + +#endif // UTILS_STRINGMAP_H -- cgit v1.2.3-60-g2f50