changeset 561:71b3363c16bf

gplant (not yet worked...)
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 22 Oct 2009 19:31:09 +0900
parents 1a2f015c42b2
children a5fda4e51498
files Renderer/Test/Makefile.macosx Renderer/Test/back_action.cc Renderer/Test/ball_action.cc
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Renderer/Test/Makefile.macosx	Thu Oct 22 19:23:13 2009 +0900
+++ b/Renderer/Test/Makefile.macosx	Thu Oct 22 19:31:09 2009 +0900
@@ -39,7 +39,7 @@
 xml_file/direction.xml.h : $(DIRECTION_XMLS)
 	perl $(TOOL)/create_sglist.pl -o $@ $(DIRECTION_XMLS) 
 
-GAPLAN_OBJ = gaplant.o gaplant_action.o back_action.o
+GAPLAN_OBJ = gaplant.o gaplant_action.o back_action.o ball_action.o
 GAPLAN_XML = xml_file/gap_plane_test.xml 
 GAPLAN_XMLS = $(GAPLAN_XML) xml_file/Ball.xml
 gaplant : $(GAPLAN_OBJ) xml_file/gap_plane_test.xml.o 
--- a/Renderer/Test/back_action.cc	Thu Oct 22 19:23:13 2009 +0900
+++ b/Renderer/Test/back_action.cc	Thu Oct 22 19:31:09 2009 +0900
@@ -1,7 +1,7 @@
 #include <iostream>
 #include "SceneGraphRoot.h"
+#include "ball_action.h"
 #include "xml_file/gap_plane_test.xml.h"
-#include "ball_action.h"
 using namespace std;
 
 void
--- a/Renderer/Test/ball_action.cc	Thu Oct 22 19:23:13 2009 +0900
+++ b/Renderer/Test/ball_action.cc	Thu Oct 22 19:31:09 2009 +0900
@@ -1,6 +1,6 @@
 #include <iostream>
 #include "SceneGraphRoot.h"
-#include "SGList.h"
+
 using namespace std;
 
 void