glib_source.h
changeset 3 4fd19a188509
parent 2 34b6fedde9eb
child 4 5770be2d5f3f
equal deleted inserted replaced
2:34b6fedde9eb 3:4fd19a188509
     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