Mercurial > hg > Members > kono > Cerium
view old/simple_render/SpuSpan.h @ 580:da82a47ece92
add all object in file in dynamic_create
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 24 Oct 2009 16:32:29 +0900 |
parents | 735f76483bb2 |
children |
line wrap: on
line source
#ifndef INCLUDED_SPU_SPAN #define INCLUDED_SPU_SPAN #ifndef INCLUDED_VIEWER_TYPES # include "viewer_types.h" #endif #ifndef INCLUDED_SPAN_PACK # include "SpanPackList.h" #endif class SpuSpan { public: /* fields */ SpanPackList list[SPE_NUM_MAX]; public: /* methods */ void init(void); }; #endif