Files
neutrino/src/gui/lua/lua_api_version.h
Thilo Graf 25f9d6e06e lua API: update to v1.95->1.96
add setValue() for menu forwarders
add paintItem() for menu items
implement kill() for cctext items
2022-04-23 20:52:36 +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 96