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