circular includes

This commit is contained in:
2025-03-21 16:55:04 -05:00
parent 1b6b74db84
commit 2ce04b2ab4
4 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,8 @@
#ifndef WINDOW_H
#define WINDOW_H
#include "Archimedes.h"
#include "pch.hpp"
#include "Renderer/Renderer.h"
#include "WindowGLFW/WindowGLFW.h"

View File

@@ -1,7 +1,7 @@
#ifdef WINDOW_GLFW
#undef WINDOW_GLFW
#include "Archimedes.h"
#include "pch.hpp"
#include <GLFW/glfw3.h>