This commit is contained in:
tavo-wasd 2024-09-05 21:54:48 -06:00
parent 86cd593f84
commit f17c69e1f9
3 changed files with 2 additions and 2 deletions

View file

@ -10,9 +10,9 @@
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtx/hash.hpp>
#define STB_IMAGE_IMPLEMENTATION
#include <stb_image.h>
#include <stb_image.hpp>
#define TINYOBJLOADER_IMPLEMENTATION
#include <tiny_obj_loader.h>
#include <tiny_obj_loader.hpp>
#include <iostream>
#include <fstream>
#include <stdexcept>