summaryrefslogtreecommitdiffstats
path: root/src/utils/string.hpp
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2008-10-31 12:45:17 +0000
committerDavid Athay <ko2fan@gmail.com>2008-10-31 12:45:17 +0000
commit3ec0d0f152be4381dc843bc1ca99f8731c8fb366 (patch)
tree46bba84f40fcffdbede12931bbc92da4f764b4ed /src/utils/string.hpp
parent8ddad761280216252953bee9467e2787aaee484e (diff)
downloadmanaserv-3ec0d0f152be4381dc843bc1ca99f8731c8fb366.tar.gz
manaserv-3ec0d0f152be4381dc843bc1ca99f8731c8fb366.tar.xz
manaserv-3ec0d0f152be4381dc843bc1ca99f8731c8fb366.zip
Changed command system to handle commands without template magic.
Diffstat (limited to 'src/utils/string.hpp')
-rw-r--r--src/utils/string.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/string.hpp b/src/utils/string.hpp
index ea70e72..2adf31b 100644
--- a/src/utils/string.hpp
+++ b/src/utils/string.hpp
@@ -27,6 +27,7 @@
namespace utils
{
std::string toupper(std::string);
+ bool isNumeric(const std::string &);
}
#endif // UTILS_STRING_HPP