view spe/TitleColl.cc @ 17:bed43801fd01

fix.
author tkaito
date Sun, 08 Aug 2010 18:55:51 +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;
}