diff Renderer/Test/ball_bound.cc @ 512:01b64f21405e

ball_bound worked.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 12 Oct 2009 21:39:57 +0900
parents 997490a061ee
children 0f180d46db89
line wrap: on
line diff
--- a/Renderer/Test/ball_bound.cc	Mon Oct 12 17:46:20 2009 +0900
+++ b/Renderer/Test/ball_bound.cc	Mon Oct 12 21:39:57 2009 +0900
@@ -2,7 +2,7 @@
 #include <stdlib.h>
 #include "SceneGraphRoot.h"
 #include "MainLoop.h"
-#include "ball_xml.h"
+#include "xml_file/Ball.xml.h"
 #include "ball_bound.h"
 
 // prototype
@@ -104,6 +104,11 @@
     }
 }
 
+extern Application *
+application() {
+    return new ball_bound();
+}
+
 MainLoopPtr 
 ball_bound::init(Viewer *viewer, int screen_w, int screen_h)
 {