Generated SuperTux libtool library containing more general source, that could prove...
authorTobias Gläßer <tobi.web@gmx.de>
Tue, 20 Jul 2004 17:51:39 +0000 (17:51 +0000)
committerTobias Gläßer <tobi.web@gmx.de>
Tue, 20 Jul 2004 17:51:39 +0000 (17:51 +0000)
commit9c511ea692d3a2339597211f08f18ea74fad35ec
tree1e414f7a29a1810a582c1c6b5aa93217621bad19
parent99f6a413ec0ae1c0351553d10b0e9ef153b87fff
Generated SuperTux libtool library containing more general source, that could prove useful for other applications/games.
Caution: It's not yet SuperTux independed, more work on this will follow, that's just the first step.
The file structure isn't fixed, better ideas will surely find there way in it!

SVN-Revision: 1592
51 files changed:
lib/Makefile.am [new file with mode: 0644]
lib/app/defines.h [new file with mode: 0644]
lib/app/gettext.h [new file with mode: 0644]
lib/app/globals.cpp [new file with mode: 0644]
lib/app/globals.h [new file with mode: 0644]
lib/app/setup.cpp [new file with mode: 0644]
lib/app/setup.h [new file with mode: 0644]
lib/audio/musicref.cpp [new file with mode: 0644]
lib/audio/musicref.h [new file with mode: 0644]
lib/audio/sound.cpp [new file with mode: 0644]
lib/audio/sound.h [new file with mode: 0644]
lib/audio/sound_manager.cpp [new file with mode: 0644]
lib/audio/sound_manager.h [new file with mode: 0644]
lib/gui/button.cpp [new file with mode: 0644]
lib/gui/button.h [new file with mode: 0644]
lib/gui/menu.cpp [new file with mode: 0644]
lib/gui/menu.h [new file with mode: 0644]
lib/gui/mousecursor.cpp [new file with mode: 0644]
lib/gui/mousecursor.h [new file with mode: 0644]
lib/math/physic.cpp [new file with mode: 0644]
lib/math/physic.h [new file with mode: 0644]
lib/math/vector.cpp [new file with mode: 0644]
lib/math/vector.h [new file with mode: 0644]
lib/special/base.h [new file with mode: 0644]
lib/special/game_object.cpp [new file with mode: 0644]
lib/special/game_object.h [new file with mode: 0644]
lib/special/moving_object.cpp [new file with mode: 0644]
lib/special/moving_object.h [new file with mode: 0644]
lib/special/sprite.cpp [new file with mode: 0644]
lib/special/sprite.h [new file with mode: 0644]
lib/special/sprite_manager.cpp [new file with mode: 0644]
lib/special/sprite_manager.h [new file with mode: 0644]
lib/special/stringlist.cpp [new file with mode: 0644]
lib/special/stringlist.h [new file with mode: 0644]
lib/special/timer.cpp [new file with mode: 0644]
lib/special/timer.h [new file with mode: 0644]
lib/utils/configfile.cpp [new file with mode: 0644]
lib/utils/configfile.h [new file with mode: 0644]
lib/utils/exceptions.h [new file with mode: 0644]
lib/utils/lispreader.cpp [new file with mode: 0644]
lib/utils/lispreader.h [new file with mode: 0644]
lib/utils/lispwriter.cpp [new file with mode: 0644]
lib/utils/lispwriter.h [new file with mode: 0644]
lib/video/drawing_context.cpp [new file with mode: 0644]
lib/video/drawing_context.h [new file with mode: 0644]
lib/video/font.cpp [new file with mode: 0644]
lib/video/font.h [new file with mode: 0644]
lib/video/screen.cpp [new file with mode: 0644]
lib/video/screen.h [new file with mode: 0644]
lib/video/surface.cpp [new file with mode: 0644]
lib/video/surface.h [new file with mode: 0644]