]> Dogcows Code - chaz/yoink/blobdiff - src/Makefile.am
new level-based controllers
[chaz/yoink] / src / Makefile.am
index 384fa0a55c1fb9801902834431829d02d074cae0..ff318048071729560a868139f5663ef688b64c44 100644 (file)
@@ -36,6 +36,7 @@ libmoof_a_SOURCES = \
                                        Moof/Hash.cc \
                                        Moof/Hash.hh \
                                        Moof/Interpolator.hh \
+                                       Moof/Layer.hh \
                                        Moof/Log.cc \
                                        Moof/Log.hh \
                                        Moof/Math.hh \
@@ -54,6 +55,7 @@ libmoof_a_SOURCES = \
                                        Moof/RK4.hh \
                                        Moof/Scene.cc \
                                        Moof/Scene.hh \
+                                       Moof/Script.hh \
                                        Moof/Serializable.cc \
                                        Moof/Serializable.hh \
                                        Moof/Serializer.cc \
@@ -109,14 +111,16 @@ bin_PROGRAMS = yoink
 yoink_SOURCES = \
                                Character.cc \
                                Character.hh \
+                               GameLayer.cc \
+                               GameLayer.hh \
                                Hud.cc \
                                Hud.hh \
+                               MainLayer.cc \
+                               MainLayer.hh \
                                TilemapFont.cc \
                                TilemapFont.hh \
                                Typesetter.cc \
                                Typesetter.hh \
-                               YoinkApp.cc \
-                               YoinkApp.hh \
                                $(ENDLIST)
 
 if WIN32
This page took 0.017592 seconds and 4 git commands to generate.