Removed std::vector

This commit is contained in:
David Anderson
2004-06-29 06:45:52 +00:00
parent 285a4ffed8
commit 47dd28bd63
6 changed files with 452 additions and 11 deletions

View File

@ -2,7 +2,7 @@
using namespace std;
std::vector<argMsg*> Msg;
CVector<argMsg*> Msg;
int msgHooks[256] = {0};
int msgBlocks[256] = {0};
int msgDest;