diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-02 13:18:50 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-02 13:18:50 +0100 |
commit | 5a675c5e6833e98b92b55396594bc0d607b98903 (patch) | |
tree | b252fafe921e7734a13d796b950e5ab817a22a1f /frontend/CMakeLists.txt | |
parent | 671a25463419691bc6c8d11bd57d932bdea9632b (diff) |
clean up code + implement teleport consumable
Diffstat (limited to 'frontend/CMakeLists.txt')
-rw-r--r-- | frontend/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/CMakeLists.txt b/frontend/CMakeLists.txt index 03191dd..8f086d3 100644 --- a/frontend/CMakeLists.txt +++ b/frontend/CMakeLists.txt @@ -7,7 +7,6 @@ target_sources(main PUBLIC generate_dungeon.cpp DB.cpp GameData.cpp - util.cpp ) add_subdirectory(cmd) |