8 lines
132 B
C++
Executable file
8 lines
132 B
C++
Executable file
#include "CSGBuilderBase.h"
|
|
|
|
|
|
ACSGBuilderBase::ACSGBuilderBase() {
|
|
this->PreviewSeed = 0;
|
|
this->PreviewComponent = NULL;
|
|
}
|
|
|