what changed?

v1
Brett 2024-02-13 23:49:18 -05:00
parent e1530de338
commit 3473247e6c
57 changed files with 1 additions and 1 deletions

0
CMakeLists.txt Executable file → Normal file
View File

0
CMakeSettings.json Executable file → Normal file
View File

0
LICENSE Executable file → Normal file
View File

0
README.md Executable file → Normal file
View File

0
build_and_run_debug.sh Executable file → Normal file
View File

0
commit.sh Executable file → Normal file
View File

0
design.txt Executable file → Normal file
View File

0
icon.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

0
icon_large.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 118 KiB

0
icon_small.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

0
include/blt/config.h.in Executable file → Normal file
View File

0
include/blt/fs/filesystem.h Executable file → Normal file
View File

0
include/blt/fs/loader.h Executable file → Normal file
View File

0
include/blt/fs/nbt.h Executable file → Normal file
View File

0
include/blt/fs/nbt_block.h Executable file → Normal file
View File

0
include/blt/math/averages.h Executable file → Normal file
View File

0
include/blt/math/log_util.h Executable file → Normal file
View File

0
include/blt/math/math.h Executable file → Normal file
View File

0
include/blt/math/matrix.h Executable file → Normal file
View File

0
include/blt/math/vectors.h Executable file → Normal file
View File

0
include/blt/parse/argparse.h Executable file → Normal file
View File

0
include/blt/parse/mustache.h Executable file → Normal file
View File

0
include/blt/profiling/profiler.h Executable file → Normal file
View File

0
include/blt/std/binary_tree.h Executable file → Normal file
View File

0
include/blt/std/format.h Executable file → Normal file
View File

0
include/blt/std/hashmap.h Executable file → Normal file
View File

0
include/blt/std/logging.h Executable file → Normal file
View File

0
include/blt/std/memory.h Executable file → Normal file
View File

0
include/blt/std/queue.h Executable file → Normal file
View File

0
include/blt/std/random.h Executable file → Normal file
View File

0
include/blt/std/string.h Executable file → Normal file
View File

0
include/blt/std/system.h Executable file → Normal file
View File

0
include/blt/std/time.h Executable file → Normal file
View File

0
include/blt/std/uuid.h Executable file → Normal file
View File

0
include/blt/window/window.h Executable file → Normal file
View File

@ -1 +1 @@
Subproject commit 65775fa09fecaa65d0b0022ab6bf091c0e509445
Subproject commit 67c24619e4f5ab2097b74cc397732c17a25d6944

0
src/blt/fs/filesystem.cpp Executable file → Normal file
View File

0
src/blt/fs/loader.cpp Executable file → Normal file
View File

0
src/blt/fs/nbt.cpp Executable file → Normal file
View File

0
src/blt/fs/nbt_block.cpp Executable file → Normal file
View File

0
src/blt/parse/argparse.cpp Executable file → Normal file
View File

0
src/blt/profiling/profiler.cpp Executable file → Normal file
View File

0
src/blt/std/format.cpp Executable file → Normal file
View File

0
src/blt/std/logging.cpp Executable file → Normal file
View File

0
src/blt/std/string.cpp Executable file → Normal file
View File

0
src/blt/std/system.cpp Executable file → Normal file
View File

0
src/blt/window/window.cpp Executable file → Normal file
View File

0
tests/clean.sh Executable file → Normal file
View File

0
tests/src/binary_trees.h Executable file → Normal file
View File

0
tests/src/hashmap_tests.h Executable file → Normal file
View File

0
tests/src/logging.h Executable file → Normal file
View File

0
tests/src/main.cpp Executable file → Normal file
View File

0
tests/src/nbt_tests.cpp Executable file → Normal file
View File

0
tests/src/nbt_tests.h Executable file → Normal file
View File

0
tests/src/profiling_tests.h Executable file → Normal file
View File

0
tests/src/queue_tests.h Executable file → Normal file
View File

0
tests/test.sh Executable file → Normal file
View File