mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 20:24:39 +00:00
15 lines
164 B
C
15 lines
164 B
C
#ifndef __NE_MESH_H__
|
|
#define __NE_MESH_H__
|
|
|
|
#include <ne_pre.h>
|
|
#include <ne_macro.h>
|
|
|
|
/* Type */
|
|
#include <ne_type/mesh.h>
|
|
|
|
/* NishBox */
|
|
|
|
/* Standard */
|
|
|
|
#endif
|