view ppe/TitleColl.cc @ 1:7dc2d920fc7c

local update. xml,image, blender add. ppe/move, ppe/coll add.
author tkaito
date Tue, 15 Jun 2010 11:14:36 +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;
}