Added sneshacking library and started integrating into the code because it's honestly a better idea than refactoring the code and testing it when the code has already been testing so I'll likely be removing my version of it with due time

This commit is contained in:
Justin Scofield
2022-06-11 20:05:15 -04:00
parent b887563407
commit c11efc1b4c
13 changed files with 254 additions and 221 deletions

View File

@@ -9,6 +9,7 @@ project(yaze VERSION 0.01)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS ON)
set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS})
# Project Files
add_subdirectory(src)