diff options
Diffstat (limited to 'Project/TransferFunction.cpp')
-rw-r--r-- | Project/TransferFunction.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Project/TransferFunction.cpp b/Project/TransferFunction.cpp new file mode 100644 index 0000000..514ca9c --- /dev/null +++ b/Project/TransferFunction.cpp @@ -0,0 +1,10 @@ +#include "TransferFunction.h" + +TransferFunction::TransferFunction() +{ +} + +TransferFunction::~TransferFunction() +{ +} + |