mirror of
https://github.com/Relintai/pmlpp.git
synced 2024-11-12 13:47:18 +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::);
|
||
|
}
|