prepare to build

This commit is contained in:
2025-03-21 16:28:13 -05:00
parent 6b8861a7fb
commit bfcfa09788
3 changed files with 15 additions and 1 deletions

View File

@@ -3,7 +3,6 @@
#include "Archimedes.h"
#define RENDERER_OPENGL
#include "RendererOpenGL/RendererOpenGL.h"
namespace Archimedes {

View File

@@ -1,3 +1,6 @@
#ifdef WINDOW_GLFW
#undef WINDOW_GLFW
#include "Archimedes.h"
#include <GLFW/glfw3.h>
@@ -25,3 +28,5 @@ namespace Archimedes {
typedef WindowGLFW WindowImpl;
}
#endif