diff old/simple_render/SpuSpan.h @ 507:735f76483bb2

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@5c194c71eca8
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/old/simple_render/SpuSpan.h	Mon Oct 12 09:39:35 2009 +0900
@@ -0,0 +1,20 @@
+#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