circular includes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef RENDERER_H
|
||||
#define RENDERER_H
|
||||
|
||||
#include "Archimedes.h"
|
||||
#include "pch.hpp"
|
||||
|
||||
#include "RendererOpenGL/RendererOpenGL.h"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifdef RENDERER_OPENGL
|
||||
#undef RENDERER_OPENGL
|
||||
|
||||
#include "Archimedes.h"
|
||||
#include "pch.hpp"
|
||||
|
||||
namespace Archimedes {
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
#ifndef WINDOW_H
|
||||
#define WINDOW_H
|
||||
|
||||
#include "Archimedes.h"
|
||||
#include "pch.hpp"
|
||||
|
||||
#include "Renderer/Renderer.h"
|
||||
#include "WindowGLFW/WindowGLFW.h"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifdef WINDOW_GLFW
|
||||
#undef WINDOW_GLFW
|
||||
|
||||
#include "Archimedes.h"
|
||||
#include "pch.hpp"
|
||||
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user