Adding EnTT

This commit is contained in:
Dynamitos
2022-04-28 19:24:44 +02:00
parent 14b816fc3c
commit 9939d625b5
9 changed files with 52 additions and 0 deletions
+4
View File
@@ -1,6 +1,10 @@
target_sources(Engine
PRIVATE
Button.h
Button.cpp
Element.h
Element.cpp
Label.h
Label.cpp
Panel.h
Panel.cpp)