OpenClonk
version-handle.h File Reference
#include <glib.h>
Include dependency graph for version-handle.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

G_BEGIN_DECLS const char * c4_version_get ()
 

Function Documentation

◆ c4_version_get()

G_BEGIN_DECLS const char* c4_version_get ( )

Definition at line 21 of file version-handle.cpp.

22 {
23  return C4VERSION;
24 }