diff Render.h @ 67:3b4f8bd48e3b

25.01.13 (I did sky)
author Ritor1
date Fri, 25 Jan 2013 16:48:21 +0600
parents 9c0607679772
children ec84db4c8f9d
line wrap: on
line diff
--- a/Render.h	Wed Jan 23 17:29:00 2013 +0600
+++ b/Render.h	Fri Jan 25 16:48:21 2013 +0600
@@ -244,7 +244,7 @@
   char field_78[208];
 };
 #pragma pack(pop)
-
+extern struct RenderVertexD3D3  pVertices[50];
 
 /*  182 */
 #pragma pack(push, 1)
@@ -309,6 +309,7 @@
   unsigned int GetActorTintColor(float a2, int a3, int a4, int a5, RenderBillboard *a6);
   void DrawPolygon(unsigned int uNumVertices, stru148 *a3, ODMFace *a4, IDirect3DTexture2 *pTexture);
   void DrawTerrainPolygon(unsigned int uNumVertices, stru148 *a4, IDirect3DTexture2 *a5, int a6, int a7);
+  void Render::DrawStrip(unsigned int uNumVertices, struct stru148 *a3, IDirect3DTexture2 *pTexture);
   void DrawFan(unsigned int uNumVertices, stru148 *a3, IDirect3DTexture2 *a4);
   void _4A2ED5(signed int a2, stru148 *a3, IDirect3DTexture2 *pHwTex);
   void DrawIndoorPolygon(unsigned int uNumVertices, struct BLVFace *a3, IDirect3DTexture2 *pHwTex, Texture *pTex, int uPackedID, unsigned int uColor, int a8);
@@ -447,7 +448,7 @@
 
 extern struct IDirectDrawClipper *pDDrawClipper;
 extern struct Render *pRenderer; // idb
-
+extern struct pUnkTerrain *Unks;