]> git.localhorst.tv Git - blank.git/blobdiff - src/io/TokenStreamReader.hpp
typo in todo file
[blank.git] / src / io / TokenStreamReader.hpp
index caa620705179c3e8ef51e10d04144d1c8043e2e0..9436aba3f3dc355a3d8d050c102d43a4d8e42ed9 100644 (file)
@@ -37,12 +37,16 @@ public:
        void ReadVec(glm::ivec3 &);
        void ReadVec(glm::ivec4 &);
 
+       void ReadQuat(glm::quat &);
+
        bool GetBool();
        float GetFloat();
        int GetInt();
        unsigned long GetULong();
 
 private:
+       void SkipComments();
+
        void Assert(Token::Type);
        Token::Type GetType() const noexcept;
        const std::string &GetValue() const noexcept;