OpenClonk
version-handle.cpp File Reference
#include "C4Version.h"
#include "mape/cpp-handles/version-handle.h"
Include dependency graph for version-handle.cpp:

Go to the source code of this file.

Functions

const char * c4_version_get ()
 

Function Documentation

◆ c4_version_get()

const char* c4_version_get ( )

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

22 {
23  return C4VERSION;
24 }