diff --git a/datatype/ActiveIDManagerTest.cpp b/datatype/ActiveIDManagerTest.cpp new file mode 100644 index 0000000..a31f1b3 --- /dev/null +++ b/datatype/ActiveIDManagerTest.cpp @@ -0,0 +1,77 @@ +#include +#include + +using namespace hgl; +using namespace std; + +void DebugOutputArray(const char *hint,const int *id,const int count) +{ + cout<<"("< &da) +{ + DebugOutputArray(hint,da.GetData(),da.GetCount()); +} + +void DebugAIMOutput(const char *hint,const ActiveIDManager &aim) +{ + cout<