nishbox/engine/include/gf_mesh.h
2025-04-12 15:41:53 +09:00

19 lines
180 B
C

/**
* Mesh
*/
#ifndef __GF_MESH_H__
#define __GF_MESH_H__
#include <gf_pre.h>
#include <gf_macro.h>
/* Type */
#include <gf_type/mesh.h>
/* Engine */
/* Standard */
#endif