Replace ke::Vector with std::vector.
This commit is contained in:
@@ -127,7 +127,7 @@ public:
|
||||
};
|
||||
public:
|
||||
CVTableHook *vtablehook;
|
||||
ke::Vector<HookList> hooks;
|
||||
std::vector<HookList> hooks;
|
||||
};
|
||||
|
||||
class IEntityListener
|
||||
@@ -344,7 +344,7 @@ private:
|
||||
};
|
||||
|
||||
extern CGlobalVars *gpGlobals;
|
||||
extern ke::Vector<CVTableList *> g_HookList[SDKHook_MAXHOOKS];
|
||||
extern std::vector<CVTableList *> g_HookList[SDKHook_MAXHOOKS];
|
||||
|
||||
extern ICvar *icvar;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user