안형준

master에는 이내용을 뺌

1 +#include"ManageType.h"
2 +/*
3 +void ManageType::PrintNameNIndex()
4 +{
5 + if (Isdeleted == false) {
6 +
7 + cout << " : " << mptr->GetName() << endl;
8 + cout << "Index : " << mptr->GetNum() << endl;
9 + }
10 +}
11 +*/
...\ No newline at end of file ...\ No newline at end of file