Add stb image library to project

This commit is contained in:
4VRDriver
2020-09-02 00:27:26 +02:00
parent 82a2b88175
commit f8868be702
10 changed files with 7784 additions and 10 deletions

View File

@@ -1,6 +1,7 @@
#include <iostream>
#include <glad/glad.h>
#include <GLFW/glfw3.h>
#include <stb_image.h>
#include "Controller.h"
@@ -10,8 +11,6 @@ int main(int argc, char** argv) {
#ifdef _DEBUG
std::cout << "[Debug Mode]" << std::endl;
#else
std::cout << "[Release Mode]" << std::endl;
#endif
// Create window