libsegl/model/modelloader.cpp

6 lines
101 B
C++

#include "modelloader.h"
Modelloader::Modelloader(std::string _filename) {
filename = _filename;
}