diff Arcomage.h @ 1572:19f1735fca80

Слияние
author Ritor1
date Sun, 08 Sep 2013 17:07:58 +0600
parents 3c33f3e44f71
children 4da5644df18f
line wrap: on
line diff
--- a/Arcomage.h	Sun Sep 08 17:07:47 2013 +0600
+++ b/Arcomage.h	Sun Sep 08 17:07:58 2013 +0600
@@ -141,7 +141,7 @@
   static bool MsgLoop(int a1, ArcomageGame_stru1 *a2);
   static void PlaySound(unsigned int event_id);
   static void OnMouseClick(char right_left, bool bDown);
-  static void OnMouseMove(POINT *pXY);
+  static void OnMouseMove(int x, int y);
   static void GetCardRect(unsigned int uCardID, RECT *pCardRect);
 
   static void Loop();