diff options
Diffstat (limited to 'ClientHamr/GuiLua/README')
-rw-r--r-- | ClientHamr/GuiLua/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ClientHamr/GuiLua/README b/ClientHamr/GuiLua/README index 4198025..72c1069 100644 --- a/ClientHamr/GuiLua/README +++ b/ClientHamr/GuiLua/README | |||
@@ -388,6 +388,15 @@ that has hard coded mappings between some basic "label", "button", etc. | |||
388 | and ordinary elementary widgets. Proper introspection can come later. | 388 | and ordinary elementary widgets. Proper introspection can come later. |
389 | 389 | ||
390 | 390 | ||
391 | LuaJIT FFI notes | ||
392 | ---------------- | ||
393 | |||
394 | LuaJIT 2.0 FFI needs to have cleaned up versions of C header files | ||
395 | included in the Lua scripts that use it. This is messy. Version 2.1 | ||
396 | (or perhaps 3.0) has on it's road map to include a C pre processor, | ||
397 | which should help that problem. | ||
398 | |||
399 | |||
391 | EO notes | 400 | EO notes |
392 | -------- | 401 | -------- |
393 | 402 | ||