diff Dandy.h @ 32:8abcc221bbac

sgoex separation
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 21 May 2011 15:15:26 +0900
parents a6dc38328741
children
line wrap: on
line diff
--- a/Dandy.h	Tue Feb 08 23:39:47 2011 +0900
+++ b/Dandy.h	Sat May 21 15:15:26 2011 +0900
@@ -13,6 +13,8 @@
     MainLoopPtr init(Viewer *viewer, int w, int h);
 };
 
+extern Viewer *droot;
+
 typedef void (*move)(SceneGraphPtr node, void *sgroot_, int w, int h);
 typedef void (*coll)(SceneGraphPtr node, void *sgroot_, int w, int h, SceneGraphPtr tree);