Made the SuperTux library again a bit more selfstanding.
authorTobias Gläßer <tobi.web@gmx.de>
Mon, 26 Jul 2004 15:48:38 +0000 (15:48 +0000)
committerTobias Gläßer <tobi.web@gmx.de>
Mon, 26 Jul 2004 15:48:38 +0000 (15:48 +0000)
commitb2d8d1eac9fd6328d3a8c61cf09d4b2882145042
treebaaa3180637da0dc0ed10a28fbf3370df07b27b7
parent28493a8c44747a0c1baabf3440e3af204efff94c
Made the SuperTux library again a bit more selfstanding.
Moved global fonts to src/ and they are handled as static variables inside Menu:: and Button:: .

SVN-Revision: 1623
17 files changed:
lib/app/globals.cpp
lib/app/globals.h
lib/app/setup.cpp
lib/app/setup.h
lib/gui/button.cpp
lib/gui/button.h
lib/gui/menu.cpp
lib/gui/menu.h
lib/video/font.cpp
lib/video/font.h
lib/video/screen.cpp
src/gameloop.cpp
src/intro.cpp
src/resources.cpp
src/resources.h
src/title.cpp
src/worldmap.cpp