]> git.nickg.me.uk Git - traingame.git/commit
GUI button control and graphics
authorNick Gasson <nick@nickg.me.uk>
Sun, 3 May 2009 14:26:08 +0000 (15:26 +0100)
committerNick Gasson <nick@nickg.me.uk>
Sun, 3 May 2009 14:26:08 +0000 (15:26 +0100)
commit616eae75a2bf076c728cd2fba845d3f17b91d1ed
treefdc949a46c494cc0a97f3c374ddeb1ebfadcb758
parentc5f562ddf543790336b4de294d803883e58aa7d8
GUI button control and graphics
14 files changed:
data/images/button_active.png [new file with mode: 0644]
data/images/button_base.png [new file with mode: 0644]
data/images/track_icon.png [new file with mode: 0644]
include/IScreen.hpp
include/gui/IContainer.hpp
include/gui/IControl.hpp
include/gui/IImage.hpp [new file with mode: 0644]
src/Editor.cpp
src/Game.cpp
src/Map.cpp
src/SDLWindow.cpp
src/gui/Button.cpp [new file with mode: 0644]
src/gui/FlowBox.cpp
src/gui/Image.cpp [new file with mode: 0644]