mirror of
https://github.com/guezoloic/LearnOpenGL.git
synced 2026-01-25 12:34:15 +00:00
fix(texture): move stb_image into texture.cpp file
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
#include "texture.hpp"
|
||||
#include <iostream>
|
||||
#include <filesystem>
|
||||
|
||||
#define STB_IMAGE_IMPLEMENTATION
|
||||
#include "stb_image.h"
|
||||
|
||||
namespace fs = std::filesystem;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user