diff TaskManager/Test/test_render/spe/CreateSpan.h @ 173:56be4a6e5513

add scale
author gongo@localhost.localdomain
date Thu, 11 Dec 2008 20:17:01 +0900
parents 38cbb7aecc70
children 559b48b69b76
line wrap: on
line diff
--- a/TaskManager/Test/test_render/spe/CreateSpan.h	Thu Dec 11 16:33:39 2008 +0900
+++ b/TaskManager/Test/test_render/spe/CreateSpan.h	Thu Dec 11 20:17:01 2008 +0900
@@ -21,7 +21,8 @@
     void half_triangle(SpanPackPtr *spackList,
 		       int charge_y_top, int charge_y_end,
 		       uint32 *tex_addr, int tex_width, int tex_height,
-		       VertexPack *vMin,VertexPack *vMid,VertexPack *vMid1);
+		       VertexPack *vMin,VertexPack *vMid,VertexPack *vMid1,
+		       int y_length);
     void setTileInfoList(SpanPtr span);
     void setTileInfo(TileInfoPtr tile, int xpos, int ypos,
 		     int tex_width, uint32* tex_addr_top);