Split layer types from map types

This commit is contained in:
Dan Paulat 2023-10-27 06:07:46 -05:00
parent 2fe3facbd2
commit 7cd1cd0681
6 changed files with 119 additions and 89 deletions

View file

@ -1,6 +1,6 @@
#include <scwx/qt/model/layer_model.hpp>
#include <scwx/qt/manager/placefile_manager.hpp>
#include <scwx/qt/types/map_types.hpp>
#include <scwx/qt/types/layer_types.hpp>
#include <scwx/qt/types/qt_types.hpp>
#include <scwx/qt/util/json.hpp>
#include <scwx/util/logger.hpp>