mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:50:05 +00:00
Refactoring map and ImGui functions from hover text
This commit is contained in:
parent
5bb5093579
commit
2c3de1a28f
7 changed files with 192 additions and 89 deletions
|
|
@ -210,6 +210,7 @@ set(HDR_UTIL source/scwx/qt/util/color.hpp
|
|||
source/scwx/qt/util/font.hpp
|
||||
source/scwx/qt/util/font_buffer.hpp
|
||||
source/scwx/qt/util/geographic_lib.hpp
|
||||
source/scwx/qt/util/imgui.hpp
|
||||
source/scwx/qt/util/json.hpp
|
||||
source/scwx/qt/util/maplibre.hpp
|
||||
source/scwx/qt/util/network.hpp
|
||||
|
|
@ -223,6 +224,7 @@ set(SRC_UTIL source/scwx/qt/util/color.cpp
|
|||
source/scwx/qt/util/font.cpp
|
||||
source/scwx/qt/util/font_buffer.cpp
|
||||
source/scwx/qt/util/geographic_lib.cpp
|
||||
source/scwx/qt/util/imgui.cpp
|
||||
source/scwx/qt/util/json.cpp
|
||||
source/scwx/qt/util/maplibre.cpp
|
||||
source/scwx/qt/util/network.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue