7 lines
91 B
C++
Executable file
7 lines
91 B
C++
Executable file
#include "SDFSubOp.h"
|
|
|
|
USDFSubOp::USDFSubOp() {
|
|
this->A = NULL;
|
|
this->B = NULL;
|
|
}
|
|
|