mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 21:05:26 +03:00
Lua api and interface lua_api.cpp moved to lua dir and split into several files
This commit is contained in:
parent
2f03e2c4ad
commit
d54f25ccba
9 changed files with 2729 additions and 2609 deletions
|
@ -42,10 +42,6 @@
|
|||
#define SWAP_DEFINED
|
||||
#include "opentx.h"
|
||||
|
||||
#include <lua.h>
|
||||
#include <lauxlib.h>
|
||||
#include <lualib.h>
|
||||
|
||||
extern const char * zchar2string(const char * zstring, int size);
|
||||
#define EXPECT_ZSTREQ(c_string, z_string) EXPECT_STREQ(c_string, zchar2string(z_string, sizeof(z_string)))
|
||||
extern void luaInit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue