fix obj parser on Windows
This commit is contained in:
@@ -98,6 +98,7 @@ protected:
|
||||
|
||||
public:
|
||||
std::string_view readUntil(char c);
|
||||
std::string_view readUntilEOL();
|
||||
std::string parseName();
|
||||
bool hasNext();
|
||||
char peek();
|
||||
|
||||
Reference in New Issue
Block a user