Mercurial > hg > Members > kono > Cerium
annotate old/simple_render/SpuSpan.h @ 754:e625f9524047
property add
author | admin@yin.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Wed, 27 Jan 2010 18:55:37 +0900 |
parents | 735f76483bb2 |
children |
rev | line source |
---|---|
109 | 1 #ifndef INCLUDED_SPU_SPAN |
2 #define INCLUDED_SPU_SPAN | |
3 | |
4 #ifndef INCLUDED_VIEWER_TYPES | |
5 # include "viewer_types.h" | |
6 #endif | |
7 | |
8 #ifndef INCLUDED_SPAN_PACK | |
9 # include "SpanPackList.h" | |
10 #endif | |
11 | |
12 class SpuSpan { | |
13 public: /* fields */ | |
14 SpanPackList list[SPE_NUM_MAX]; | |
15 | |
16 public: /* methods */ | |
17 void init(void); | |
18 }; | |
19 | |
20 #endif |