Replaced text overlay with proper (imgui based) UI overlay class

This commit is contained in:
saschawillems 2017-10-29 11:41:43 +01:00
parent 5107cf3ed0
commit f6af0bde03
10 changed files with 743 additions and 807 deletions

View file

@ -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})