Testing include of FreeImage

This commit is contained in:
Jack Christensen 2024-08-19 15:48:55 -04:00
parent 0e7051e083
commit 6f2c239094
1 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#include "platform_utils.h"
#include <GL/glew.h>
#include <GLFW/glfw3.h>
@ -23,7 +25,8 @@
#include "Uniforms.h"
#include "InitShader.h" //Functions for loading shaders from text files
#include "DebugCallback.h"
#include "platform_utils.h"
#include <FreeImage.h>
namespace {