DRG-Femboy-Voice/Source/FSDEngine/Private/SDFSubOp.cpp
2025-04-15 12:39:31 -07:00

7 lines
91 B
C++
Executable file

#include "SDFSubOp.h"
USDFSubOp::USDFSubOp() {
this->A = NULL;
this->B = NULL;
}