10 lines
83 B
C++
10 lines
83 B
C++
#include "PartType.h"
|
|
|
|
PartType::PartType(void)
|
|
{
|
|
}
|
|
|
|
PartType::~PartType(void)
|
|
{
|
|
}
|