Removed OpenGL includes from header files

This commit is contained in:
WSAL Evan
2025-11-08 23:50:30 -05:00
parent aee00e006a
commit 9c90b792c0
5 changed files with 6 additions and 4 deletions
-2
View File
@@ -1,8 +1,6 @@
#pragma once
#include <wv/wvpch.h>
#include <glad/glad.h>
#include <GLFW/glfw3.h>
namespace WillowVox
{
-2
View File
@@ -1,8 +1,6 @@
#pragma once
#include <wv/wvpch.h>
#include <glad/glad.h>
#include <GLFW/glfw3.h>
namespace WillowVox
{
+2
View File
@@ -1,4 +1,6 @@
#include <wv/rendering/ElementBuffer.h>
#include <glad/glad.h>
#include <GLFW/glfw3.h>
namespace WillowVox
{
+2
View File
@@ -1,4 +1,6 @@
#include <wv/rendering/VertexArrayObject.h>
#include <glad/glad.h>
#include <GLFW/glfw3.h>
namespace WillowVox
{
+2
View File
@@ -1,4 +1,6 @@
#include <wv/rendering/VertexBuffer.h>
#include <glad/glad.h>
#include <GLFW/glfw3.h>
namespace WillowVox
{