view 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 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;
}