mirror of
https://github.com/ApfelTeeSaft/WV-Core.git
synced 2026-08-26 19:43:26 +00:00
Removed OpenGL includes from header files
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <wv/wvpch.h>
|
||||
#include <glad/glad.h>
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
namespace WillowVox
|
||||
{
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <wv/wvpch.h>
|
||||
#include <glad/glad.h>
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
namespace WillowVox
|
||||
{
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
#include <wv/rendering/ElementBuffer.h>
|
||||
#include <glad/glad.h>
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
namespace WillowVox
|
||||
{
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
#include <wv/rendering/VertexArrayObject.h>
|
||||
#include <glad/glad.h>
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
namespace WillowVox
|
||||
{
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
#include <wv/rendering/VertexBuffer.h>
|
||||
#include <glad/glad.h>
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
namespace WillowVox
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user