From 3ec0d0f152be4381dc843bc1ca99f8731c8fb366 Mon Sep 17 00:00:00 2001 From: David Athay Date: Fri, 31 Oct 2008 12:45:17 +0000 Subject: Changed command system to handle commands without template magic. --- src/utils/string.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils/string.hpp') 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 -- cgit