view TaskManager/Test/simple_render/SpuSpan.h @ 115:d9ea79aac04f draft

fix Makefile
author gongo@charles.cr.ie.u-ryukyu.ac.jp
date Thu, 13 Nov 2008 10:46:36 +0900
parents 028ffc9c0375
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