mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 22:35:12 +03:00
[Horus] UI continued
This commit is contained in:
parent
e72a049683
commit
33910c8721
35 changed files with 301 additions and 75 deletions
|
@ -44,7 +44,6 @@
|
|||
|
||||
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();
|
||||
|
||||
::testing::AssertionResult __luaExecStr(const char * str)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue