Organized and documented the code more.

This commit is contained in:
2024-02-14 18:05:55 -08:00
parent 2cafa2a2ce
commit 91f9086ef4
8 changed files with 536 additions and 243 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
*.obj
*.cpp.obj
*.lib
*.exe
*.a
*.ninja_deps
*.ninja_log
*.ninja
*.cmake
*.log
/.idea/
/cmake-build-release/
/cmake-build-debug/