Replaced text overlay with proper (imgui based) UI overlay class
This commit is contained in:
parent
5107cf3ed0
commit
f6af0bde03
10 changed files with 743 additions and 807 deletions
|
|
@ -1,5 +1,5 @@
|
|||
file(GLOB BASE_SRC *.cpp)
|
||||
file(GLOB BASE_HEADERS *.hpp)
|
||||
file(GLOB BASE_SRC "*.cpp" "../external/imgui/imgui.cpp" "../external/imgui/imgui_draw.cpp")
|
||||
file(GLOB BASE_HEADERS "*.hpp")
|
||||
|
||||
if(WIN32)
|
||||
add_library(base STATIC ${BASE_SRC})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue