X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/44069c9b727c1594ab31af9fc8a9dce029b0a4c8..2de26056ce3650d8ae48f30bf657e27b3669a0a3:/client/scripting.h?ds=sidebyside

diff --git a/client/scripting.h b/client/scripting.h
index 89a866bc..1d35d78a 100644
--- a/client/scripting.h
+++ b/client/scripting.h
@@ -12,6 +12,10 @@
 
 #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