Test
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
#include <utils/io.hpp>
|
||||
#include <utils/http.hpp>
|
||||
#include <utils/cryptography.hpp>
|
||||
#include <version.h>
|
||||
|
||||
namespace ui_scripting::lua
|
||||
{
|
||||
@ -1136,6 +1137,11 @@ namespace ui_scripting::lua
|
||||
return utils::cryptography::sha1::compute(data, true);
|
||||
};
|
||||
|
||||
game_type["environment"] = [](const game&)
|
||||
{
|
||||
return GIT_BRANCH;
|
||||
};
|
||||
|
||||
struct player
|
||||
{
|
||||
};
|
||||
|
Reference in New Issue
Block a user