comparison spe/TitleColl.cc @ 7:c015109a6041

schedule add. 10% done.
author tkaito
date Tue, 29 Jun 2010 04:25:32 +0900
parents
children
comparison
equal deleted inserted replaced
6:661ec1e92042 7:c015109a6041
1 #include <stdio.h>
2 #include "SchedTask.h"
3 #include "TitleColl.h"
4 #include "Func.h"
5
6 /* これは必須 */
7 SchedDefineTask(TitleColl);
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 }