mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 18:20:04 +00:00
Placefile image rendering
This commit is contained in:
parent
44030fdf87
commit
00c297094e
5 changed files with 545 additions and 1 deletions
|
|
@ -58,6 +58,7 @@ set(SRC_GL source/scwx/qt/gl/gl_context.cpp
|
|||
set(HDR_GL_DRAW source/scwx/qt/gl/draw/draw_item.hpp
|
||||
source/scwx/qt/gl/draw/geo_line.hpp
|
||||
source/scwx/qt/gl/draw/placefile_icons.hpp
|
||||
source/scwx/qt/gl/draw/placefile_images.hpp
|
||||
source/scwx/qt/gl/draw/placefile_lines.hpp
|
||||
source/scwx/qt/gl/draw/placefile_polygons.hpp
|
||||
source/scwx/qt/gl/draw/placefile_text.hpp
|
||||
|
|
@ -66,6 +67,7 @@ set(HDR_GL_DRAW source/scwx/qt/gl/draw/draw_item.hpp
|
|||
set(SRC_GL_DRAW source/scwx/qt/gl/draw/draw_item.cpp
|
||||
source/scwx/qt/gl/draw/geo_line.cpp
|
||||
source/scwx/qt/gl/draw/placefile_icons.cpp
|
||||
source/scwx/qt/gl/draw/placefile_images.cpp
|
||||
source/scwx/qt/gl/draw/placefile_lines.cpp
|
||||
source/scwx/qt/gl/draw/placefile_polygons.cpp
|
||||
source/scwx/qt/gl/draw/placefile_text.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue