X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fio%2FTokenStreamReader.hpp;h=c702703f6915c3e201bf71f759afb5b25794e966;hb=dcd54cacda98c2c0f7cf0c7a9131fb858d8ee10a;hp=d4356aa3d91d0e7129ab8ea3353f545f1544d004;hpb=a50aa0f2a2fea14f5f8c56209e2ecde3088ef913;p=blank.git diff --git a/src/io/TokenStreamReader.hpp b/src/io/TokenStreamReader.hpp index d4356aa..c702703 100644 --- a/src/io/TokenStreamReader.hpp +++ b/src/io/TokenStreamReader.hpp @@ -3,10 +3,10 @@ #include "Token.hpp" #include "Tokenizer.hpp" +#include "../graphics/glm.hpp" #include #include -#include 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;