glib_source.h
changeset 0 84fdfb0344c9
equal deleted inserted replaced
-1:000000000000 0:84fdfb0344c9
       
     1 
       
     2 #ifndef LGLIB_SOURCE_H
       
     3 #define LGLIB_SOURCE_H
       
     4 
       
     5 #include <lua.h>
       
     6 
       
     7 int luaopen_glib_source (lua_State *L);
       
     8 
       
     9 #endif
       
    10