Acheron
Loading...
Searching...
No Matches
mesh2d.hpp
1#pragma once
2
3#include "acheron.hpp"
4
5namespace acheron::renderer {
14 void RenderMesh2D(ecs::World& world, ecs::Entity entity);
15}