Mercurial > hg > Game > Cerium
diff Renderer/Test/direction.cc @ 559:51960ab890e0 draft
direction
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 22 Oct 2009 19:10:03 +0900 |
parents | 764772be1e3c |
children | d65f21b18165 |
line wrap: on
line diff
--- a/Renderer/Test/direction.cc Thu Oct 22 18:38:07 2009 +0900 +++ b/Renderer/Test/direction.cc Thu Oct 22 19:10:03 2009 +0900 @@ -1,5 +1,6 @@ #include "SceneGraphRoot.h" -#include "SGList.h" +#include "direction.h" +#include "xml_file/direction.xml.h" static void x_move(SceneGraphPtr node, int w, int h) @@ -69,7 +70,7 @@ SceneGraphPtr dz; SceneGraphPtr back; - sgroot->createFromXMLfile(manager, "xml_file/direction.xml"); + sgroot->createFromXMLfile("xml_file/direction.xml"); dx = sgroot->createSceneGraph(Dirx); dy = sgroot->createSceneGraph(Diry);