diff options
Diffstat (limited to 'csrc/global.h')
-rw-r--r-- | csrc/global.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/csrc/global.h b/csrc/global.h index 348a1be..eece702 100644 --- a/csrc/global.h +++ b/csrc/global.h @@ -28,8 +28,6 @@ char * read_mkf(int mkf_idx, int a1, char *buf, int *bufsize); extern HINSTANCE ghInstance; // 48a064 extern HWND gwindowHandle; // 48a0d4 extern RECT g_rect; /* struct tagRECT { left, top, right, bottom } @ 0x46cadc */ -typedef LRESULT (CALLBACK *wProc)(HWND, UINT, WPARAM, LPARAM); -extern wProc windowCallbacks[100]; // 48a010 /* card.c */ extern uint8_t card_amount[30]; |