0.21 development start
This commit is contained in:
+2
-2
@@ -6,9 +6,9 @@
|
||||
#include "typedefs.h"
|
||||
|
||||
inline constexpr int ENGINE_VERSION_MAJOR = 0;
|
||||
inline constexpr int ENGINE_VERSION_MINOR = 20;
|
||||
inline constexpr int ENGINE_VERSION_MINOR = 21;
|
||||
inline constexpr bool ENGINE_VERSION_INDEV = true;
|
||||
inline const std::string ENGINE_VERSION_STRING = "0.20";
|
||||
inline const std::string ENGINE_VERSION_STRING = "0.21";
|
||||
|
||||
inline constexpr int BLOCK_AIR = 0;
|
||||
inline constexpr int ITEM_EMPTY = 0;
|
||||
|
||||
Reference in New Issue
Block a user