comparison Render.h @ 1227:312e895a6439

Слияние
author Ritor1
date Fri, 07 Jun 2013 22:27:51 +0600
parents 24454b5c9268
children ab6560001f5b
comparison
equal deleted inserted replaced
1226:33b30398e286 1227:312e895a6439
269 static Render *Create() {return new Render;} 269 static Render *Create() {return new Render;}
270 270
271 bool Initialize(bool bWindowed, uint uDefaultDevice, 271 bool Initialize(bool bWindowed, uint uDefaultDevice,
272 bool bColoredLights, uint uDetailLevel, uint bTinting); 272 bool bColoredLights, uint uDetailLevel, uint bTinting);
273 273
274 static void __fastcall SetPixel(struct Vec2_int_ *pTargetXY, unsigned __int16 uColor);
275 274
276 bool IsColorKeySupported(IDirectDraw4 *); 275 bool IsColorKeySupported(IDirectDraw4 *);
277 void _49EBF1(); 276 void _49EBF1();
278 void ClearBlack(); 277 void ClearBlack();
279 void PresentBlackScreen(); 278 void PresentBlackScreen();