Conquer Space 0.0.0
A space themed grand strategy game set in the near future, with realistic orbital mechanics, and an emphasis on economics and politics.
|
#include <sol/sol.hpp>
Go to the source code of this file.
Macros | |
#define | REGISTER_FUNCTION(name, lambda) lua_namespace.set_function(name, lambda) |
#define | CREATE_NAMESPACE(name) auto lua_namespace = script_engine[#name].get_or_create<sol::table>() |
#define CREATE_NAMESPACE | ( | name | ) | auto lua_namespace = script_engine[#name].get_or_create<sol::table>() |
#define REGISTER_FUNCTION | ( | name, | |
lambda | |||
) | lua_namespace.set_function(name, lambda) |