Add CommandManager::ShowWhichKey and include src in build

This commit is contained in:
scawful
2024-09-19 20:59:56 -04:00
parent 2857eca92d
commit 46d7dc446e
5 changed files with 39 additions and 2 deletions

View File

@@ -16,5 +16,6 @@ set(
app/editor/utils/gfx_context.cc
app/editor/overworld/entity.cc
app/editor/system/settings_editor.cc
app/editor/system/command_manager.cc
app/editor/system/extension_manager.cc
)
)