#ifndef COMPONENTS_MESH_H_ #define COMPONENTS_MESH_H_ #include #include "renderer/wavefront.h" struct mesh { std::unique_ptr object; }; #endif // COMPONENTS_MESH_H_