Mercurial > hg > Members > kono > Cerium
view TaskManager/Test/simple_render/trash/demonstration.cpp @ 217:897aeb144569
fix
author | gongo@localhost.localdomain |
---|---|
date | Wed, 04 Feb 2009 22:50:42 +0900 (2009-02-04) |
parents | b6858e9fe2b4 |
children |
line wrap: on
line source
#include <iostream> #include "polygon.h" #include "xml.h" #include "texture.h" #include "demonstration.h" #include "pad.h" using namespace std; Demonstration::Demonstration() { action_demo = &Demonstration::test_play; } void Demonstration::test_play() { list->draw(); if(pad(RIGHT)) { //action_demo = &Demonstration::test_end; action_demo = NULL; } }