]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/scripting.h
Emv scan via contact interface (#789)
[proxmark3-svn] / client / scripting.h
index 89a866bc4a81316e98fe2d9abdd40dce422e2f47..1d35d78a3eb2ac579c47e54177dfad515ae2e1d7 100644 (file)
 
 #include <lua.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
Impressum, Datenschutz