GoldFish Engine
Quite simple and lightweight game engine
Loading...
Searching...
No Matches
gf_version.h
Go to the documentation of this file.
1
7#ifndef __GF_VERSION_H__
8#define __GF_VERSION_H__
9
10#include <gf_pre.h>
11#include <gf_macro.h>
12
13/* Type */
14#include <gf_type/version.h>
15
16/* Engine */
17
18/* Standard */
19
25
26#endif
#define GF_EXPORT
Macro for platform-dependent symbol export/import.
Definition gf_macro.h:190
Required headers before anything.
void gf_version_get(gf_version_t *version)
Get version of engine.
Definition gf_version.c:18
Version.
Definition version.h:68
Type definitions related to version.