sdl event stuff

This commit is contained in:
2025-05-05 11:08:07 -05:00
parent 2820387851
commit c2da1944d8
11 changed files with 195 additions and 134 deletions

View File

@@ -1,5 +1,7 @@
#ifdef RENDERER_OPENGL
#undef RENDERER_OPENGL
#if RENDERER == 1
#ifndef RENDERER_OPENGL
#define RENDERER_OPENGL
#include "pch.hpp"
@@ -38,3 +40,5 @@ namespace Archimedes {
}
#endif
#endif