annotate Renderer/Engine/spe/CreatePolygon.h @ 983:ff74988bbb2a

minor fix
author root@henri.cr.ie.u-ryukyu.ac.jp
date Fri, 01 Oct 2010 00:37:06 +0900
parents 649e4cb84683
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
860
649e4cb84683 Still on the way
yutaka@localhost.localdomain
parents:
diff changeset
1 #ifndef INCLUDED_CREATE_SPAN
649e4cb84683 Still on the way
yutaka@localhost.localdomain
parents:
diff changeset
2 #define INCLUDED_CREATE_SPAN
649e4cb84683 Still on the way
yutaka@localhost.localdomain
parents:
diff changeset
3
649e4cb84683 Still on the way
yutaka@localhost.localdomain
parents:
diff changeset
4 #include "SchedTask.h"
649e4cb84683 Still on the way
yutaka@localhost.localdomain
parents:
diff changeset
5 #include "polygon_pack.h"
649e4cb84683 Still on the way
yutaka@localhost.localdomain
parents:
diff changeset
6 #include "SpanPack.h"
649e4cb84683 Still on the way
yutaka@localhost.localdomain
parents:
diff changeset
7 #include "texture.h"
649e4cb84683 Still on the way
yutaka@localhost.localdomain
parents:
diff changeset
8
649e4cb84683 Still on the way
yutaka@localhost.localdomain
parents:
diff changeset
9 #endif