mesh loading
This commit is contained in:
8
src/game/Mesh.h
Normal file
8
src/game/Mesh.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "rendering/Rendering.h"
|
||||
|
||||
namespace Game
|
||||
{
|
||||
void LoadMesh(Model& mesh);
|
||||
}
|
||||
Reference in New Issue
Block a user