pmlpp/mlpp/lin_alg/mlpp_vector.cpp

13 lines
179 B
C++
Raw Normal View History

#include "mlpp_vector.h"
MLPPVector::MLPPVector() {
}
MLPPVector::~MLPPVector() {
}
void MLPPVector::_bind_methods() {
//ClassDB::bind_method(D_METHOD(""), &MLPPVector::);
}