[EDIT] code style guide - renderengine
This commit is contained in:
6
src/renderEngine/obj_loader.h
Normal file
6
src/renderEngine/obj_loader.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include "../models/Model.h"
|
||||
|
||||
models::RawModel LoadObjModel(std::string file_name);
|
||||
Reference in New Issue
Block a user