annotate spe/TitleColl.cc @ 7:c015109a6041

schedule add. 10% done.
author tkaito
date Tue, 29 Jun 2010 04:25:32 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
c015109a6041 schedule add. 10% done.
tkaito
parents:
diff changeset
1 #include <stdio.h>
c015109a6041 schedule add. 10% done.
tkaito
parents:
diff changeset
2 #include "SchedTask.h"
c015109a6041 schedule add. 10% done.
tkaito
parents:
diff changeset
3 #include "TitleColl.h"
c015109a6041 schedule add. 10% done.
tkaito
parents:
diff changeset
4 #include "Func.h"
c015109a6041 schedule add. 10% done.
tkaito
parents:
diff changeset
5
c015109a6041 schedule add. 10% done.
tkaito
parents:
diff changeset
6 /* これは必須 */
c015109a6041 schedule add. 10% done.
tkaito
parents:
diff changeset
7 SchedDefineTask(TitleColl);
c015109a6041 schedule add. 10% done.
tkaito
parents:
diff changeset
8
c015109a6041 schedule add. 10% done.
tkaito
parents:
diff changeset
9 static int
c015109a6041 schedule add. 10% done.
tkaito
parents:
diff changeset
10 run(SchedTask *s,void *rbuf, void *wbuf)
c015109a6041 schedule add. 10% done.
tkaito
parents:
diff changeset
11 {
c015109a6041 schedule add. 10% done.
tkaito
parents:
diff changeset
12 /*
c015109a6041 schedule add. 10% done.
tkaito
parents:
diff changeset
13 SceneGraphRoot *sgroot = (SceneGraphRoot *)sgroot_;
c015109a6041 schedule add. 10% done.
tkaito
parents:
diff changeset
14 Pad *pad = sgroot->getController();
c015109a6041 schedule add. 10% done.
tkaito
parents:
diff changeset
15
c015109a6041 schedule add. 10% done.
tkaito
parents:
diff changeset
16 if(pad->start.isPush()) {
c015109a6041 schedule add. 10% done.
tkaito
parents:
diff changeset
17 create_stage(sgroot, w, h);
c015109a6041 schedule add. 10% done.
tkaito
parents:
diff changeset
18 }
c015109a6041 schedule add. 10% done.
tkaito
parents:
diff changeset
19 */
c015109a6041 schedule add. 10% done.
tkaito
parents:
diff changeset
20 return 0;
c015109a6041 schedule add. 10% done.
tkaito
parents:
diff changeset
21 }