comparison Arcomage.cpp @ 1401:3161094869e0

Слияние
author Ritor1
date Fri, 19 Jul 2013 12:50:44 +0600
parents 28f87f5234a1
children 934074e7fcc1 ff2118028c71
comparison
equal deleted inserted replaced
1400:9b091098c88c 1401:3161094869e0
65 void DrawRect(RECT *pXYZW, unsigned __int16 uColor, char bSolidFill); 65 void DrawRect(RECT *pXYZW, unsigned __int16 uColor, char bSolidFill);
66 void SetPixel2sq( POINT *pTargetXY, unsigned __int16 uColor ); 66 void SetPixel2sq( POINT *pTargetXY, unsigned __int16 uColor );
67 void SetPixel(POINT *pTargetXY, unsigned __int16 uColor); 67 void SetPixel(POINT *pTargetXY, unsigned __int16 uColor);
68 int rand_interval(int min, int max); // idb 68 int rand_interval(int min, int max); // idb
69 void __fastcall intToString(int val, char *pOut); 69 void __fastcall intToString(int val, char *pOut);
70
71 //----- (0040DEDB) --------------------------------------------------------
72 unsigned int R8G8B8_to_TargetFormat(int uColor)
73 {
74 return TargetColor(LOBYTE(uColor), BYTE1(uColor), BYTE2(uColor));
75 }
70 76
71 /* 388 */ 77 /* 388 */
72 #pragma pack(push, 1) 78 #pragma pack(push, 1)
73 struct ArcomageStartConditions 79 struct ArcomageStartConditions
74 { 80 {