view title.cc @ 4:ccc811ee5f55

property add.
author tkaito
date Mon, 21 Jun 2010 03:23:55 +0900
parents 6e1afe1016dc
children
line wrap: on
line source

#include "dandy.h"

void
title_move(SceneGraphPtr node, void *sgroot_, int w, int h, ObjPropertyPtr charactor)
{
  SceneGraphRoot *sgroot = (SceneGraphRoot *)sgroot_;
  Pad *pad = sgroot->getController();
  
  if(pad->start.isPush()) {
    create_stage(sgroot, w, h, charactor);
  }
}

void
title_coll(SceneGraphPtr node, void *sgroot_, int w, int h, SceneGraphPtr tree)
{
}