mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-03-19 22:43:32 +00:00
the whole game
This commit is contained in:
10
src/SharedConstants.cpp
Executable file
10
src/SharedConstants.cpp
Executable file
@@ -0,0 +1,10 @@
|
||||
#include "SharedConstants.h"
|
||||
|
||||
namespace Common {
|
||||
|
||||
std::string getGameVersionString(const std::string& versionSuffix /* = "" */)
|
||||
{
|
||||
return std::string("v0.6.1") + versionSuffix + " alpha";
|
||||
}
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user