This commit is contained in:
NishiOwO 2025-04-15 16:23:13 +09:00
parent 70a42925ca
commit 26b8b5c52a
No known key found for this signature in database
GPG Key ID: 27EF69B208EB9343

View File

@ -1,5 +1,7 @@
/**
* Version
* @file gf_version.h
* @~english
* @brief Version
*/
#ifndef __GF_VERSION_H__
@ -15,6 +17,10 @@
/* Standard */
/**
* @~english
* @brief Get version of engine
*/
GF_EXPORT void gf_version_get(gf_version_t* version);
#endif