nishbox/engine/include/gf_version.h
2025-04-12 15:41:53 +09:00

21 lines
247 B
C

/**
* Version
*/
#ifndef __GF_VERSION_H__
#define __GF_VERSION_H__
#include <gf_pre.h>
#include <gf_macro.h>
/* Type */
#include <gf_type/version.h>
/* Engine */
/* Standard */
GF_EXPORT void gf_get_version(gf_version_t* version);
#endif