Stardew Engine
Loading...
Searching...
No Matches
WfVersion.h
Go to the documentation of this file.
1#ifndef WFVERSION_H
2#define WFVERSION_H
3
4#define WF_MAJOR_VERSION "0"
5#define WF_MINOR_VERSION "0"
6#define WF_REVISION "0"
7
8#define WF_BRANCH "main"
9#define BUILD_SHA "<local_build>"
10#define BUILD_TIME "<local_build>"
11
12const char* WfGetVersionString();
13
14#endif
const char * WfGetVersionString()
Definition WfVersion.c:3