Mercurial > hg > Game > Cerium
changeset 561:5d9728befc2d draft
gplant (not yet worked...)
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 22 Oct 2009 19:31:09 +0900 |
parents | f28217567cbe |
children | d65f21b18165 |
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