mirror of
https://github.com/Relintai/pmlpp.git
synced 2025-01-10 17:49:36 +01:00
13 lines
179 B
C++
13 lines
179 B
C++
|
|
#include "mlpp_matrix.h"
|
|
|
|
MLPPMatrix::MLPPMatrix() {
|
|
}
|
|
|
|
MLPPMatrix::~MLPPMatrix() {
|
|
}
|
|
|
|
void MLPPMatrix::_bind_methods() {
|
|
//ClassDB::bind_method(D_METHOD(""), &MLPPMatrix::);
|
|
}
|