Clean up the GUI some by moving the map_view out into its own file.

This commit is contained in:
Zed A. Shaw 2025-02-11 11:37:01 -05:00
parent 421cca308b
commit 6da830595c
5 changed files with 94 additions and 81 deletions

View file

@ -56,6 +56,7 @@ sources = [
'levelmanager.cpp',
'lights.cpp',
'map.cpp',
'map_view.cpp',
'matrix.cpp',
'matrix.cpp',
'panel.cpp',