mirror of
https://github.com/ApfelTeeSaft/vb01.git
synced 2026-08-26 19:33:45 +00:00
added abstract GUI manager
moved textboxes specific functionality to their class
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ if(BUILD_WITH_ASSIMP)
|
||||
endif()
|
||||
|
||||
if(BUILD_GUI_ELEMENTS)
|
||||
set(GUI ${GUI} button.cpp listbox.cpp textbox.cpp checkbox.cpp slider.cpp)
|
||||
set(GUI ${GUI} abstractGuiManager.cpp button.cpp listbox.cpp textbox.cpp checkbox.cpp slider.cpp)
|
||||
endif()
|
||||
|
||||
set(LIB_SRC ${RENDER} ${MATH} ${UTILS} ${GUI} ${ARMATURE} ${ASSET_MANAGER} ${ASSET_READERS} ${ANIM})
|
||||
|
||||
Reference in New Issue
Block a user