mesh loading

This commit is contained in:
Asuro
2025-02-10 01:49:03 +01:00
parent 90bc5753a9
commit 16fcfa8af9
17 changed files with 203 additions and 63 deletions

8
src/game/Mesh.h Normal file
View File

@@ -0,0 +1,8 @@
#pragma once
#include "rendering/Rendering.h"
namespace Game
{
void LoadMesh(Model& mesh);
}