]> git.localhorst.tv Git - blank.git/blobdiff - src/io/TokenStreamReader.hpp
store players in world save
[blank.git] / src / io / TokenStreamReader.hpp
index caa620705179c3e8ef51e10d04144d1c8043e2e0..d4356aa3d91d0e7129ab8ea3353f545f1544d004 100644 (file)
@@ -37,6 +37,8 @@ public:
        void ReadVec(glm::ivec3 &);
        void ReadVec(glm::ivec4 &);
 
+       void ReadQuat(glm::quat &);
+
        bool GetBool();
        float GetFloat();
        int GetInt();