#pragma once #define _CRT_SECURE_NO_WARNINGS #include #include #include // strcmp() #include "GL/glm/glm.hpp" bool loadOBJ( const char* path, std::vector & out_vertices, std::vector & out_uvs, std::vector & out_normals );