Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
MeshComponent.hpp
1#pragma once
2
3#include <string>
4#include <vector>
5#include "EngineCore/Reflection/ComponentReflection.hpp"
6#include "../Assets/Mesh3dAsset.hpp"
7
8namespace Grindstone {
9 struct MeshComponent {
11 REFLECT("Mesh")
12 };
13}
Definition AssetReference.hpp:45
Definition MeshComponent.hpp:9