diff options
| author | David Athay <ko2fan@gmail.com> | 2008-10-31 12:45:17 +0000 |
|---|---|---|
| committer | David Athay <ko2fan@gmail.com> | 2008-10-31 12:45:17 +0000 |
| commit | 3ec0d0f152be4381dc843bc1ca99f8731c8fb366 (patch) | |
| tree | 46bba84f40fcffdbede12931bbc92da4f764b4ed /src/utils/string.hpp | |
| parent | 8ddad761280216252953bee9467e2787aaee484e (diff) | |
| download | manaserv-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.hpp | 1 |
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 |
