mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 20:24:39 +00:00
19 lines
180 B
C
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
|