lm_types.h
changeset 17 ab4470465a0c
parent 11 a8c6460d612b
child 23 13f03e604c8a
equal deleted inserted replaced
16:09b375e9ce32 17:ab4470465a0c
     4 
     4 
     5 #include <lua.h>
     5 #include <lua.h>
     6 #include <loudmouth/loudmouth.h>
     6 #include <loudmouth/loudmouth.h>
     7 
     7 
     8 #ifndef LLM_OBJREGISTRY
     8 #ifndef LLM_OBJREGISTRY
     9 #define LLM_OBJREGISTRY ( "llm.obj_registry" )
     9 #define LLM_OBJREGISTRY "llm.obj_registry"
    10 #endif
    10 #endif
    11 
    11 
    12 typedef struct {
    12 typedef struct {
    13 	int        reference;
    13 	int        reference;
    14 	lua_State *L;
    14 	lua_State *L;