Files
Blocks3D/Renderer.h
2021-03-13 19:07:15 -08:00

7 lines
191 B
C

#ifndef RENDERUTIL
#define RENDERUTIL
#include "Enum.h"
#include "DataModelV2/Instance.h"
void renderShape(const Enum::Shape::Value& shape, const Vector3& size, const Color3& ncolor);
#endif