Mercurial > hg > Members > kono > Cerium
view TaskManager/Test/simple_pack/trash/demonstration.cpp @ 132:e7c80537b6aa
add XML
author | gongo@charles.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Tue, 25 Nov 2008 18:19:53 +0900 |
parents | 0c8ae614d421 |
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; } }