Mercurial > hg > Members > tkaito > task_dandy
view spe/TitleColl.cc @ 25:aa37f220b7a8
add new files, not working.
author | koba <koba@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 24 Nov 2010 19:24:43 +0900 |
parents | c015109a6041 |
children |
line wrap: on
line source
#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; }