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

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