Mercurial > mm7
comparison Render.cpp @ 1924:8cd321994943
MSVS 2012 project file & some compilation warning fixes
author | Nomad |
---|---|
date | Wed, 23 Oct 2013 15:37:17 +0200 |
parents | ab1c03cc2219 |
children | f4d5082b4a39 |
comparison
equal
deleted
inserted
replaced
1921:f04c2f93dacb | 1924:8cd321994943 |
---|---|
32 #include "mm7_data.h" | 32 #include "mm7_data.h" |
33 #include "MM7.h" | 33 #include "MM7.h" |
34 #include "Lights.h" | 34 #include "Lights.h" |
35 #include "Level/Decoration.h" | 35 #include "Level/Decoration.h" |
36 | 36 |
37 #pragma comment(lib, "lib\\legacy_dx\\lib\\ddraw.lib") | 37 //#pragma comment(lib, "lib\\legacy_dx\\lib\\ddraw.lib") |
38 #pragma comment(lib, "lib\\legacy_dx\\lib\\dxguid.lib") | 38 //#pragma comment(lib, "lib\\legacy_dx\\lib\\dxguid.lib") |
39 | 39 |
40 struct IDirectDrawClipper *pDDrawClipper; | 40 struct IDirectDrawClipper *pDDrawClipper; |
41 struct Render *pRenderer; // idb | 41 struct Render *pRenderer; // idb |
42 struct RenderVertexD3D3 pVertices[50]; | 42 struct RenderVertexD3D3 pVertices[50]; |
43 int uNumDecorationsDrawnThisFrame; // weak | 43 int uNumDecorationsDrawnThisFrame; // weak |