]> git.localhorst.tv Git - blank.git/blobdiff - src/io/TokenStreamReader.hpp
glm backwards compatibility
[blank.git] / src / io / TokenStreamReader.hpp
index d4356aa3d91d0e7129ab8ea3353f545f1544d004..c702703f6915c3e201bf71f759afb5b25794e966 100644 (file)
@@ -3,10 +3,10 @@
 
 #include "Token.hpp"
 #include "Tokenizer.hpp"
+#include "../graphics/glm.hpp"
 
 #include <iosfwd>
 #include <string>
-#include <glm/glm.hpp>
 
 
 namespace blank {
@@ -45,6 +45,8 @@ public:
        unsigned long GetULong();
 
 private:
+       void SkipComments();
+
        void Assert(Token::Type);
        Token::Type GetType() const noexcept;
        const std::string &GetValue() const noexcept;