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/utils/stringvector.h | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/utils/stringvector.h (limited to 'src/utils/stringvector.h') diff --git a/src/utils/stringvector.h b/src/utils/stringvector.h new file mode 100644 index 000000000..c254bd5de --- /dev/null +++ b/src/utils/stringvector.h @@ -0,0 +1,31 @@ +/* + * The ManaPlus Client + * Copyright (C) 2012 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_VECTORSTRING_H +#define UTILS_VECTORSTRING_H + +#include +#include + +typedef std::vector StringVect; +typedef StringVect::iterator StringVectIter; +typedef StringVect::const_iterator StringVectCIter; + +#endif -- cgit v1.2.3-60-g2f50