Files
recycled-ni-neutrino/src/gui/lua/lua_api_version.h
Thilo Graf afcb78a5c4 CLuaInstCCText: try to fix return value of CCTextGetLines()
Init was missing.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5b12952d8b
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-06-15 (Thu, 15 Jun 2017)



------------------
This commit was generated by Migit
2017-06-15 01:01:55 +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 76