Added Util::stringToBool utility function.

This commit is contained in:
Thulinma 2015-10-01 13:48:51 +02:00
parent d7fb7dd779
commit 1e9ee73bfe
2 changed files with 20 additions and 1 deletions

View file

@ -1,5 +1,8 @@
#include <string>
namespace Util{
bool stringToBool(std::string & str);
}
namespace Bit{
//bitfield getters