- added simple sprite class
[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 configfile.cpp \
13 configfile.h \
14 defines.h \
15 gameloop.cpp \
16 gameloop.h \
17 globals.cpp \
18 globals.h \
19 high_scores.cpp \
20 high_scores.h \
21 intro.cpp \
22 intro.h \
23 level.cpp \
24 level.h \
25 leveleditor.cpp \
26 leveleditor.h \
27 lispreader.cpp \
28 lispreader.h \
29 menu.cpp \
30 menu.h \
31 particlesystem.cpp \
32 particlesystem.h \
33 physic.cpp \
34 physic.h \
35 player.cpp \
36 player.h \
37 scene.cpp \
38 scene.h \
39 screen.cpp \
40 screen.h \
41 setup.cpp \
42 setup.h \
43 sound.cpp \
44 sound.h \
45 special.cpp \
46 special.h \
47 supertux.cpp \
48 supertux.h \
49 text.cpp \
50 text.h \
51 texture.cpp \
52 texture.h \
53 timer.cpp \
54 timer.h \
55 title.cpp \
56 title.h \
57 type.cpp \
58 type.h \
59 world.cpp \
60 world.h \
61 worldmap.cpp \
62 worldmap.h \
63 tile.h \
64 tile.cpp \
65 mousecursor.cpp \
66 mousecursor.h \
67 resources.h \
68 resources.cpp \
69 gameobjs.h \
70 gameobjs.cpp \
71 sprite.h \
72 sprite.cpp
73
74 # EOF #