mirror of
https://github.com/opentx/opentx.git
synced 2025-07-14 11:59:50 +03:00
[Horus] UI continued
This commit is contained in:
parent
e72a049683
commit
33910c8721
35 changed files with 301 additions and 75 deletions
|
@ -152,8 +152,11 @@ struct LuaField {
|
|||
char desc[50];
|
||||
};
|
||||
bool luaFindFieldByName(const char * name, LuaField & field, unsigned int flags=0);
|
||||
void luaLoadThemes();
|
||||
#else // defined(LUA)
|
||||
#define luaInit()
|
||||
#define LUA_LOAD_MODEL_SCRIPTS()
|
||||
#define luaLoadThemes()
|
||||
#endif // defined(LUA)
|
||||
|
||||
#endif // _LUA_API_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue