Mercurial > hg > Members > kono > Cerium
view TaskManager/Test/simple_render/trash/demonstration.cpp @ 85:9b96b190cb73
*** empty log message ***
author | gongo |
---|---|
date | Wed, 27 Feb 2008 04:25:04 +0900 |
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; } }