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 __NE_VERSION_H__
|
|
#define __NE_VERSION_H__
|
|
|
|
#include <ne_pre.h>
|
|
#include <ne_macro.h>
|
|
|
|
/* Type */
|
|
#include <ne_type/version.h>
|
|
|
|
/* NishBox */
|
|
|
|
/* Standard */
|
|
|
|
void ne_get_version(ne_version_t* version);
|
|
|
|
#endif
|