comparison old/simple_render/SpuSpan.h @ 539:3bc98f6d31ff draft

Reorganization..
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 12 Oct 2009 09:39:35 +0900
parents TaskManager/Test/simple_render/SpuSpan.h@028ffc9c0375
children
comparison
equal deleted inserted replaced
538:5641d121818e 539:3bc98f6d31ff
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