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