mirror of
https://github.com/Relintai/pmlpp.git
synced 2024-11-13 13:57:19 +01:00
13 lines
179 B
C++
13 lines
179 B
C++
|
|
#include "mlpp_vector.h"
|
|
|
|
MLPPVector::MLPPVector() {
|
|
}
|
|
|
|
MLPPVector::~MLPPVector() {
|
|
}
|
|
|
|
void MLPPVector::_bind_methods() {
|
|
//ClassDB::bind_method(D_METHOD(""), &MLPPVector::);
|
|
}
|