Removed std::vector
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
std::vector<argMsg*> Msg;
|
||||
CVector<argMsg*> Msg;
|
||||
int msgHooks[256] = {0};
|
||||
int msgBlocks[256] = {0};
|
||||
int msgDest;
|
||||
|
Reference in New Issue
Block a user