view ppe/TitleColl.cc @ 27:34fde39c0a31

commit test.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Fri, 10 Dec 2010 02:57:29 +0900
parents 7dc2d920fc7c
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;
}