Browse Source

Merge pull request #841 from galaxyhaxz/Diabcpp

Cleanup Diablo.cpp
pull/88/head
Robin Eklind 7 years ago committed by GitHub
parent
commit
f72443d0b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1004
      Source/diablo.cpp
  2. 2
      Source/diablo.h

1004
Source/diablo.cpp

File diff suppressed because it is too large Load Diff

2
Source/diablo.h

@ -49,7 +49,7 @@ LRESULT CALLBACK DisableInputWndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM
LRESULT CALLBACK GM_Game(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
BOOL __fastcall LeftMouseDown(int wParam);
BOOL __fastcall LeftMouseCmd(BOOL bShift);
BOOLEAN __cdecl TryIconCurs();
BOOL __cdecl TryIconCurs();
void __cdecl LeftMouseUp();
void __cdecl RightMouseDown();
void __fastcall j_gmenu_on_mouse_move(LPARAM lParam);

Loading…
Cancel
Save