# HG changeset patch # User Shinji KONO # Date 1256207469 -32400 # Node ID 71b3363c16bf2392d999a2cd8d552219594e677b # Parent 1a2f015c42b263904761e2a7d5d5240631992690 gplant (not yet worked...) diff -r 1a2f015c42b2 -r 71b3363c16bf Renderer/Test/Makefile.macosx --- 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 diff -r 1a2f015c42b2 -r 71b3363c16bf Renderer/Test/back_action.cc --- 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 #include "SceneGraphRoot.h" +#include "ball_action.h" #include "xml_file/gap_plane_test.xml.h" -#include "ball_action.h" using namespace std; void diff -r 1a2f015c42b2 -r 71b3363c16bf Renderer/Test/ball_action.cc --- 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 #include "SceneGraphRoot.h" -#include "SGList.h" + using namespace std; void