diff spe/TitleColl.cc @ 7:c015109a6041

schedule add. 10% done.
author tkaito
date Tue, 29 Jun 2010 04:25:32 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/spe/TitleColl.cc	Tue Jun 29 04:25:32 2010 +0900
@@ -0,0 +1,21 @@
+#include <stdio.h>
+#include "SchedTask.h"
+#include "TitleColl.h"
+#include "Func.h"
+
+/* これは必須 */
+SchedDefineTask(TitleColl);
+
+static int
+run(SchedTask *s,void *rbuf, void *wbuf)
+{
+  /*
+    SceneGraphRoot *sgroot = (SceneGraphRoot *)sgroot_;
+    Pad *pad = sgroot->getController();
+  
+    if(pad->start.isPush()) {
+      create_stage(sgroot, w, h);
+    }
+  */
+  return 0;
+}