comparison Arcomage.h @ 1572:19f1735fca80

Слияние
author Ritor1
date Sun, 08 Sep 2013 17:07:58 +0600
parents 3c33f3e44f71
children 4da5644df18f
comparison
equal deleted inserted replaced
1571:ef20d4608b1a 1572:19f1735fca80
139 static bool LoadBackground(); 139 static bool LoadBackground();
140 static bool LoadSprites(); 140 static bool LoadSprites();
141 static bool MsgLoop(int a1, ArcomageGame_stru1 *a2); 141 static bool MsgLoop(int a1, ArcomageGame_stru1 *a2);
142 static void PlaySound(unsigned int event_id); 142 static void PlaySound(unsigned int event_id);
143 static void OnMouseClick(char right_left, bool bDown); 143 static void OnMouseClick(char right_left, bool bDown);
144 static void OnMouseMove(POINT *pXY); 144 static void OnMouseMove(int x, int y);
145 static void GetCardRect(unsigned int uCardID, RECT *pCardRect); 145 static void GetCardRect(unsigned int uCardID, RECT *pCardRect);
146 146
147 static void Loop(); 147 static void Loop();
148 148
149 char field_0; 149 char field_0;