openblocks/core/src/rendering/defaultmeshes.h

6 lines
75 B
C
Raw Normal View History

2024-09-27 18:26:14 +00:00
#pragma once
#include "mesh.h"
extern Mesh* CUBE_MESH;
void initMeshes();