Moved defines.h out of the library and back to src/.
authorTobias Gläßer <tobi.web@gmx.de>
Mon, 26 Jul 2004 18:09:14 +0000 (18:09 +0000)
committerTobias Gläßer <tobi.web@gmx.de>
Mon, 26 Jul 2004 18:09:14 +0000 (18:09 +0000)
commit28a78871d5b6d03c5267b9ef98c7082af5e41a29
tree18c0c2b34cce45919066fd36af65af6951149ca9
parentb2d8d1eac9fd6328d3a8c61cf09d4b2882145042
Moved defines.h out of the library and back to src/.
Made Menu independend of global MouseCursor variable.

SVN-Revision: 1625
19 files changed:
lib/Makefile.am
lib/app/defines.h [deleted file]
lib/app/setup.cpp
lib/gui/menu.cpp
src/Makefile.am
src/badguy.cpp
src/badguy.h
src/camera.h
src/collision.cpp
src/defines.h [new file with mode: 0644]
src/gameloop.cpp
src/intro.cpp
src/leveleditor.cpp
src/player.cpp
src/player.h
src/scene.cpp
src/special.cpp
src/supertux.cpp
src/title.cpp