Replace ke::Vector with std::vector.

This commit is contained in:
David Anderson
2020-05-31 11:35:51 -07:00
parent e5ddbd9886
commit 5d94f0bea8
41 changed files with 1174 additions and 1174 deletions
+2 -2
View File
@@ -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;