- added worldmap stuff
[supertux.git] / src / Makefile.am
1 bin_PROGRAMS = supertux
2
3 supertux_SOURCES = \
4   badguy.cpp \
5   badguy.h \
6   bitmask.cpp \
7   bitmask.h \
8   button.cpp \
9   button.h \
10   collision.cpp \
11   collision.h \
12   defines.h \
13   gameloop.cpp \
14   gameloop.h \
15   globals.cpp \
16   globals.h \
17   high_scores.cpp \
18   high_scores.h \
19   intro.cpp \
20   intro.h \
21   level.cpp \
22   level.h \
23   leveleditor.cpp \
24   leveleditor.h \
25   lispreader.cpp \
26   lispreader.h \
27   menu.cpp \
28   menu.h \
29   physic.cpp \
30   physic.h \
31   player.cpp \
32   player.h \
33   scene.cpp \
34   scene.h \
35   screen.cpp \
36   screen.h \
37   setup.cpp \
38   setup.h \
39   sound.cpp \
40   sound.h \
41   special.cpp \
42   special.h \
43   supertux.cpp \
44   supertux.h \
45   text.cpp \
46   text.h \
47   texture.cpp \
48   texture.h \
49   timer.cpp \
50   timer.h \
51   title.cpp \
52   title.h \
53   type.cpp \
54   type.h \
55   world.cpp \
56   world.h \
57   worldmap.cpp \
58   worldmap.h
59
60 # EOF #