comparison Engine/Graphics/RenderStruct.h @ 2574:dd36326a9994

More texture refactoring GetLeather -> DrawTextureCustomHeight
author a.parshin
date Mon, 07 Mar 2016 03:48:40 +0200
parents b8a56afc6ba1
children
comparison
equal deleted inserted replaced
2573:0c67be4ec900 2574:dd36326a9994
15 extern void ErrHR(HRESULT, const char *, const char *, const char *, int); \ 15 extern void ErrHR(HRESULT, const char *, const char *, const char *, int); \
16 ErrHR(hr, "Direct3D", __FUNCTION__, __FILE__, __LINE__); \ 16 ErrHR(hr, "Direct3D", __FUNCTION__, __FILE__, __LINE__); \
17 } while(0) 17 } while(0)
18 18
19 struct Polygon; 19 struct Polygon;
20 struct Texture; 20 struct Texture_MM7;
21 struct RGBTexture; 21 struct RGBTexture;
22 struct RenderBillboardTransform_local0; 22 struct RenderBillboardTransform_local0;
23 struct ODMFace; 23 struct ODMFace;
24 24
25 25