Initial commit

This commit is contained in:
Martmists
2021-02-13 15:32:09 +01:00
commit 0f30a35b49
110 changed files with 26030 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@ -0,0 +1,15 @@
# IntelliJ project files
.idea/
out/
gen/
# cmake
cmake-build-debug/
CMakeFiles/
Makefile
cmake_install.cmake
CMakeCache.txt
*.cbp
# build
build/