mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 20:24:39 +00:00
15 lines
167 B
C
15 lines
167 B
C
#ifndef __NB_MODEL_H__
|
|
#define __NB_MODEL_H__
|
|
|
|
#include <nb_pre.h>
|
|
#include <nb_macro.h>
|
|
|
|
/* Type */
|
|
#include <nb_type/model.h>
|
|
|
|
/* NishBox */
|
|
|
|
/* Standard */
|
|
|
|
#endif
|