diff Mouse.h @ 1048:d36681a9e4f8

Слияние
author Ritor1
date Thu, 23 May 2013 11:17:01 +0600
parents 39f42990698f
children db395ce89ede
line wrap: on
line diff
--- a/Mouse.h	Thu May 23 11:16:46 2013 +0600
+++ b/Mouse.h	Thu May 23 11:17:01 2013 +0600
@@ -135,53 +135,7 @@
 #pragma pack(pop)
 
 
-#pragma pack(push, 1)
-struct AsyncMouse
-{
-   AsyncMouse(struct IDirectDrawSurface *);
-  ~AsyncMouse();
-
-  char Initialize(LPVOID lpParameter);
-  char LoadCursor(const char *pContainer);
-  char LoadCursorImage();
-  char _46B072();
-  char CreateDisrectInputMouse();
-  int _46B0ED();
-  void Resume();
-  void Suspend();
-  char _46B1DD();
-  bool DrawCursor(struct Texture *a1, struct IDirectDrawSurface4 *a2, int a3);
-  bool _46B289(int a2, char a3);
-  void SetHotspot(float hotspotx, float hotspoty);
-  int UpdateData(int a2);
-  char Thread();
-  void _46B492(int a2);
-  void _46B5D5(int a2);
-  void _46B736_consume_click_lists(char a2);
-  void _46B76F();
-  void _46B879();
-  int _46B944();
-  char _46B958(int a2, int a3);
-  char _46BA8D(int a2, int a3);
-  void _46BAEC();
-  void _46BB0A();
-  void *Clip();
-  void dtor_sub_46BC73();
-  int _46BCAB();
-  int unk_46BCD2(int a2, int a3, int a4);
-  void *unk_46BD09(void *a1, void *a2);
-  int unk_46BD2D(int a2, void *a3);
-  int unk_46BD66(int a1, int a2);
-
-  static void __stdcall AsyncMouseThread(int a1);
-
-  void _409E3D(char a2);
-  void Release();
-};
-#pragma pack(pop)
 
 
 
-
-extern Mouse *pMouse;
-extern AsyncMouse *pAsyncMouse;
\ No newline at end of file
+extern Mouse *pMouse;
\ No newline at end of file