reorganize lua script dir defs

This commit is contained in:
Philippe Teuwen 2019-08-23 22:07:45 +02:00
parent 31e430744b
commit 34a0fdb9d6
4 changed files with 19 additions and 17 deletions

View file

@ -14,8 +14,6 @@
//#include <lualib.h>
//#include <lauxlib.h>
#define LUA_LIBRARIES_DIRECTORY "lualibs/"
#define LUA_SCRIPTS_DIRECTORY "luascripts/"
#define LUA_LIBRARIES_WILDCARD "?.lua"
/**