Removed std::vector
This commit is contained in:
@ -41,7 +41,7 @@ public:
|
||||
};
|
||||
|
||||
extern AMX_NATIVE_INFO msg_Natives[];
|
||||
extern std::vector<argMsg*> Msg;
|
||||
extern CVector<argMsg*> Msg;
|
||||
extern int msgHooks[256];
|
||||
extern int msgBlocks[256];
|
||||
|
||||
|
Reference in New Issue
Block a user