nishbox/engine/nb_version.h
2025-04-03 18:14:35 +09:00

17 lines
218 B
C

#ifndef __NB_VERSION_H__
#define __NB_VERSION_H__
#include <nb_pre.h>
#include <nb_macro.h>
/* Type */
#include <nb_type/version.h>
/* NishBox */
/* Standard */
void nb_get_version(nb_version_t* version);
#endif