2023-12-07 22:12:45 +02:00
|
|
|
# CMake
|
|
|
|
cmake-build-debug/
|
|
|
|
cmake-build-release/
|
|
|
|
|
|
|
|
# Dockerfile (in order to allow changes without rebuilding)
|
|
|
|
Dockerfile
|
|
|
|
|
2023-12-10 10:00:55 +02:00
|
|
|
# Git files
|
|
|
|
.gitignore
|
|
|
|
.gitkeep
|
|
|
|
|
|
|
|
# Compiled quests
|
2024-05-25 20:00:26 +03:00
|
|
|
gamefiles/data/quest/object/
|
|
|
|
gamefiles/data/quest/pre_qc/
|
|
|
|
gamefiles/data/quest/qc
|
2023-12-10 10:00:55 +02:00
|
|
|
|
2023-12-07 22:12:45 +02:00
|
|
|
# Test folder
|
2024-05-31 12:49:21 +03:00
|
|
|
test/
|
|
|
|
|
|
|
|
# Built files
|
|
|
|
build/
|