Added shapes, found and fixed possible memory leak
This commit is contained in:
9
PartType.cpp
Normal file
9
PartType.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "PartType.h"
|
||||
|
||||
PartType::PartType(void)
|
||||
{
|
||||
}
|
||||
|
||||
PartType::~PartType(void)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user