X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/e108a48ac415ab2b1fc212c63ad1a2e68efd5e4e..d32691f1da1dd27190f0ece96b17080ae46f835d:/client/scripting.h diff --git a/client/scripting.h b/client/scripting.h index fadb81f5..5b286760 100644 --- a/client/scripting.h +++ b/client/scripting.h @@ -28,6 +28,11 @@ #include "cmdcrc.h" #include "cmdhfmfhard.h" + +#define LUA_LIBRARIES_DIRECTORY "lualibs/" +#define LUA_SCRIPTS_DIRECTORY "scripts/" +#define LUA_LIBRARIES_WILDCARD "?.lua" + /** * @brief set_libraries loads the core components of pm3 into the 'pm3' * namespace within the given lua_State