feat: add assignment 4 resources and tinyobjloader lib
This commit is contained in:
@@ -3,7 +3,10 @@
|
||||
#endif*/
|
||||
|
||||
#define STB_IMAGE_IMPLEMENTATION
|
||||
#include "../lib/stb/stb_image.h"
|
||||
#include "../lib/stb_image.h"
|
||||
|
||||
#define TINYOBJLOADER_IMPLEMENTATION
|
||||
#include "../lib/tiny_obj_loader.h"
|
||||
|
||||
#include "engine.h"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "../lib/glew/GL/glew.h"
|
||||
#include "../lib/glfw/glfw3.h"
|
||||
#include "../lib/stb/stb_image.h"
|
||||
#include "../lib/stb_image.h"
|
||||
|
||||
#include "logger.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user