comparison ppe/TitleMove.cc @ 1:7dc2d920fc7c

local update. xml,image, blender add. ppe/move, ppe/coll add.
author tkaito
date Tue, 15 Jun 2010 11:14:36 +0900
parents
children ccc811ee5f55
comparison
equal deleted inserted replaced
0:e66ea5014aa1 1:7dc2d920fc7c
1 #include <stdio.h>
2 #include "SchedTask.h"
3 #include "TitleMove.h"
4 #include "Func.h"
5
6 /* これは必須 */
7 SchedDefineTask(TitleMove);
8
9 static int
10 run(SchedTask *s,void *rbuf, void *wbuf)
11 {
12 /*
13 SceneGraphRoot *sgroot = (SceneGraphRoot *)sgroot_;
14 Pad *pad = sgroot->getController();
15
16 if(pad->start.isPush()) {
17 create_stage(sgroot, w, h);
18 }
19 */
20 return 0;
21 }