Mercurial > hg > Game > Cerium
annotate TaskManager/Test/simple_render/SpuSpan.h @ 109:028ffc9c0375 draft
Cerium cvs version
author | gongo@gendarme.local |
---|---|
date | Wed, 12 Nov 2008 17:39:33 +0900 |
parents | |
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 |