-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathModule.h
118 lines (62 loc) · 1.7 KB
/
Module.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
#include "m_start.h"
#include "m_pub.h"//需要放最前面
//---------------------------
#include "m_AutoMap.h"
#include "m_MinimapPoint.h"
#include "m_AutoMapCell.h"
#include "m_AutoMapBlob.h"
#include "m_RoomArea.h"
//---------------------------
#include "m_Environment.h"
#include "m_MonsterDeath.h"
//---------------------------
#include "m_QuickBackTown.h"
#include "m_MessageLog.h"
#include "m_PartyHelp.h"
#include "m_OutTownSelect.h"
#include "m_AutoEnchant.h"
#include "m_ScrollLock.h"
#include "m_QuickSwapItem.h"
#include "m_GameWindow.h"
#include "m_SkipNpcMessage.h"
#include "m_TransGoldHelp.h"
#include "m_QuickGame.h"
#include "m_GameFilter.h"
//---------------------------
#include "m_ULCPath.h"
#include "m_NsPassBugFix.h"
//-------------------------
#include "m_RoomInfo.h"
#include "m_ShowOrbs.h"
#include "m_ScreenHook.h"
#include "m_PartyInfo.h"
#include "m_GameCount.h"
#include "m_GameMonitor.h"
//-------------------------
#include "m_ItemDefine.h" //物品相关必须
#include "m_ItemName.h"
#include "m_ItemInGround.h"
#include "m_PermShowItem.h"
#include "m_ItemDesc.h"
#include "m_ItemVariableProp.h"
#include "m_ItemExtInfo.h"
//------------------------
#include "m_ViewUnitStat.h"
#include "m_ViewTargetUnitInfo.h"
#include "m_MonsterLifeBar.h"
#include "m_PlayerLifeBar.h"
//------------------------
#include "m_CheckDangerous.h"
#include "m_QuestProtect.h"
#include "m_IMEProtect.h"
#include "m_ItemSocketProtect.h"
//------------------------
#include "m_GameChat.h"
#include "m_UnicodeSupport.h"
#include "m_Socket.h"
//------------------------
#include "m_Test.h"
#include "m_PacketHandler.h"
#include "m_LockWindow.h"
#include "m_RunTo.h"
#include "m_end.h"