Files
Sun1602/Tools/ItemDropTestTool/Item.cpp
T
2022-10-26 12:25:11 +08:00

11 lines
89 B
C++

#include "StdAfx.h"
#include ".\item.h"
CItem::CItem(void)
{
}
CItem::~CItem(void)
{
}