diff --git a/tiny_obj_loader.h b/tiny_obj_loader.h index d2ec096..2c9e472 100644 --- a/tiny_obj_loader.h +++ b/tiny_obj_loader.h @@ -569,12 +569,11 @@ enum tokens_enum { TOK_norm }; + std::map hashed_toks; - - - +//functions! void initHashedTokensMap() { //init hashed tokens map @@ -594,6 +593,7 @@ void initHashedTokensMap() } +//search token in keywords hash map int token2tok(const char* token) {