Files
SDBA/src/renderEngine/obj_loader.h
2021-05-18 12:43:22 +02:00

6 lines
115 B
C++

#pragma once
#include <string>
#include "../models/model.h"
models::RawModel LoadObjModel(std::string file_name);