changeset 128:584a226318b0

Add AnimatedPointElement class to the build.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 24 Nov 2011 21:09:27 +0200
parents e60b4885eafe
children a0376e40102e
files Makefile
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Nov 24 21:09:04 2011 +0200
+++ b/Makefile	Thu Nov 24 21:09:27 2011 +0200
@@ -9,7 +9,8 @@
 	game/ResourceLoader.class \
 	game/Sound.class game/SoundManager.class \
 	game/IDMPoint.class game/IDMWidget.class \
-	game/IDMButton.class game/IDMContainer.class
+	game/IDMButton.class game/IDMContainer.class \
+	game/AnimatedPointElement.class
 
 # Utils
 JAVAC=javac -g