diff options
author | HampusM <hampus@hampusmat.com> | 2022-03-20 20:37:43 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-06-13 17:56:57 +0200 |
commit | 1972939ebde39a3e90a50b021b2322d028f344de (patch) | |
tree | 9ee0a7c78f082bec084189906f28dc679a20d339 /src/CMakeLists.txt | |
parent | e6644d6b235005de9ba1b9884472fa5f5d8d6074 (diff) |
refactor: move updating status from the move cursor command
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1a52ae8..c603b37 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -15,6 +15,7 @@ file(GLOB SOURCES argument_parser.cpp util/color.cpp game/game.cpp + game/cursor_listener.cpp engine/engine.cpp engine/data/vector2.cpp engine/data/bounds.cpp |