Update boo

This commit is contained in:
Jack Andersen 2015-12-05 15:26:33 -10:00
parent 3b19ea50d9
commit 356899a8fe
2 changed files with 2 additions and 1 deletions

2
hecl/extern/libBoo vendored

@ -1 +1 @@
Subproject commit d145e15ecba58d6b90b26f86fa9475cbc8094430
Subproject commit b579e20bc6faea25796e4ab44806cfcbc8d1a2d8

View File

@ -75,6 +75,7 @@ public:
const std::string& name() const { return m_name; }
const std::string& rawHelp() const { return m_help; }
std::string help() const;
atVec4f toVec4f(bool* isValid = nullptr) const;