Files
neutrino/src/gui/lua/lua_api_version.h
Thilo Graf f4387ccfa7 CLuaInstCCSignalbox: fix compatibility
Parameter for frontend was changed, is now NULL.
older plugins could expect an instance and could show
emtpty signal bars.
2016-10-01 22:10:25 +02:00

8 lines
229 B
C

/*
* this is only used in two code files, so put it into its own
* header to reduce complete neutrino rebuilding all the time due
* to luainstance.h changes
*/
#define LUA_API_VERSION_MAJOR 1
#define LUA_API_VERSION_MINOR 61