Get rid of having to have Globals::CurrentScene everywhere.

This commit is contained in:
2025-01-08 12:23:48 -05:00
parent fd98c308f5
commit 4ecddafcd5
10 changed files with 64 additions and 25 deletions

View File

@@ -22,7 +22,7 @@ CPMAddPackage(
URL https://git.redacted.cc/Redacted/ReWindow/archive/Prerelease-26.zip
)
set(CMAKE_CXX_FLAGS "-O3 -Wall -Wextra")
#set(CMAKE_CXX_FLAGS "-O3 -Wall -Wextra")
file(GLOB_RECURSE HEADERS "include/*.h" "include/*.hpp")
file(GLOB_RECURSE SOURCES "src/*.c" "src/*.cpp")