#ifndef LIME_SYSTEM_CFFI_H #define LIME_SYSTEM_CFFI_H #define HL_NAME(n) hl_##n #include struct hl_varray : varray {}; struct hl_vstring : vstring {}; #undef hl_aptr #define hl_aptr(a,t) ((t*)(((hl_varray*)(a))+1)) #include #ifndef LIME_HASHLINK // define stubs in CFFI.cpp #endif #endif