fix obj parser on Windows

This commit is contained in:
MihailRis
2024-07-17 17:21:19 +03:00
parent a02d626c0a
commit b6ceadcee7
3 changed files with 11 additions and 2 deletions
+1
View File
@@ -98,6 +98,7 @@ protected:
public:
std::string_view readUntil(char c);
std::string_view readUntilEOL();
std::string parseName();
bool hasNext();
char peek();