]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/version.h
Increase limit for simultaneous blocks sent per client and the meshgen cache.
[dragonfireclient.git] / src / version.h
index 6a10a9d434d5951ae55927c8301632686ea40c47..30bb81fdfd771f20e0e90e6273510c7b4d30563b 100644 (file)
@@ -17,19 +17,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-#ifndef VERSION_HEADER
-#define VERSION_HEADER
-
-#include "config.h"
-#ifdef __ANDROID__
-       #include "android_version.h"
-#else
-       #include "cmake_config_githash.h"
-#endif
-
-extern const char *minetest_version_simple;
-extern const char *minetest_version_hash;
-extern const char *minetest_build_info;
-
-#endif
+#pragma once
 
+extern const char *g_version_string;
+extern const char *g_version_hash;
+extern const char *g_build_info;