You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.3 KiB
42 lines
1.3 KiB
/* |
|
* UNPUBLISHED -- Rights reserved under the copyright laws of the |
|
* United States. Use of a copyright notice is precautionary only and |
|
* does not imply publication or disclosure. |
|
* |
|
* THIS DOCUMENTATION CONTAINS CONFIDENTIAL AND PROPRIETARY INFORMATION |
|
* OF BLIZZARD ENTERTAINMENT. ANY DUPLICATION, MODIFICATION, |
|
* DISTRIBUTION, OR DISCLOSURE IS STRICTLY PROHIBITED WITHOUT THE PRIOR |
|
* EXPRESS WRITTEN PERMISSION OF BLIZZARD ENTERTAINMENT. |
|
*/ |
|
|
|
//cursor |
|
extern int cursH; // weak |
|
extern int icursH28; // idb |
|
extern int cursW; // idb |
|
extern int pcursmonst; // idb |
|
extern int icursW28; // idb |
|
extern void *pCursCels; |
|
extern int icursH; // weak |
|
extern char pcursinvitem; // weak |
|
extern int icursW; // weak |
|
extern char pcursitem; // weak |
|
extern char pcursobj; // weak |
|
extern char pcursplr; // weak |
|
extern int cursmx; |
|
extern int cursmy; |
|
extern int dword_4B8CCC; // weak |
|
extern int pcurs; // idb |
|
|
|
void __cdecl InitCursor(); |
|
void __cdecl FreeCursor(); |
|
void __fastcall SetICursor(int i); |
|
void __fastcall SetCursor(int i); |
|
void __fastcall NewCursor(int i); |
|
void __cdecl InitLevelCursor(); |
|
void __cdecl CheckTown(); |
|
void __cdecl CheckRportal(); |
|
void __cdecl CheckCursMove(); |
|
|
|
/* data */ |
|
extern int InvItemWidth[180]; |
|
extern int InvItemHeight[180];
|
|
|