Mercurial > hg > Game > Cerium
view old/simple_render/SpuSpan.h @ 1587:ca2e037e30b6 draft
eraser binaryfile
author | Masa <e085726@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 31 Mar 2013 20:44:05 +0900 |
parents | 3bc98f6d31ff |
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