Mercurial > hg > Game > Cerium
comparison Renderer/Application/demonstration.h @ 539:3bc98f6d31ff draft
Reorganization..
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 12 Oct 2009 09:39:35 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
538:5641d121818e | 539:3bc98f6d31ff |
---|---|
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 |