first gui stuff

This commit is contained in:
Eduardo Bart
2011-04-08 02:10:00 -03:00
parent 8a33e0cf19
commit 4c6d1269a0
28 changed files with 863 additions and 63 deletions

View File

@@ -53,8 +53,10 @@ SET(SOURCES
# game sources
src/main.cpp
src/menustate.cpp
src/teststate.cpp
# framework sources
src/framework/dispatcher.cpp
src/framework/framebuffer.cpp
src/framework/font.cpp
src/framework/fonts.cpp
@@ -68,6 +70,14 @@ SET(SOURCES
src/framework/logger.cpp
src/framework/util.cpp
# ui
src/framework/ui/uielement.cpp
src/framework/ui/uicontainer.cpp
src/framework/ui/uipanel.cpp
src/framework/ui/uibutton.cpp
src/framework/ui/uilabel.cpp
# network
src/framework/net/connection.cpp
src/framework/net/connections.cpp)