7 lines
142 B
C++
Executable file
7 lines
142 B
C++
Executable file
#include "CSGSDFInstance.h"
|
|
|
|
UCSGSDFInstance::UCSGSDFInstance() {
|
|
this->CSGSDFInstanceRoot = NULL;
|
|
this->CurrentBakeConfig = NULL;
|
|
}
|
|
|