Threaded ticks

TODO make movable objects use velocity so rendering still looks smooth when things move
This commit is contained in:
2025-01-08 00:58:27 -05:00
parent 45ccc88794
commit fd98c308f5
14 changed files with 187 additions and 55 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")