nishbox/engine/include/ne_model.h
2025-04-08 03:53:20 +09:00

15 lines
167 B
C

#ifndef __NE_MODEL_H__
#define __NE_MODEL_H__
#include <ne_pre.h>
#include <ne_macro.h>
/* Type */
#include <ne_type/model.h>
/* NishBox */
/* Standard */
#endif