Mercurial > hg > Game > Cerium
annotate TaskManager/Test/test_render/Application/demonstration.h @ 526:413667c70a1d draft
fix
author | tkaito@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Thu, 22 Oct 2009 01:31:09 +0900 |
parents | 2c592936bbdf |
children |
rev | line source |
---|---|
109 | 1 #ifndef INCLUDED_DEMONSTRATION |
2 #define INCLUDED_DEMONSTRATION | |
3 | |
4 #include "polygon.h" | |
5 | |
6 class Demonstration{ | |
7 public: | |
8 Polygon *list; | |
9 void (Demonstration::*action_demo)(); | |
10 | |
11 Demonstration(); | |
12 //~Demonstration(); | |
13 void test_init(); | |
14 void test_play(); | |
15 void test_end(); | |
16 }; | |
17 | |
18 #endif |