glib_source.h
author Myhailo Danylenko <isbear@ukrpost.net>
Sun, 01 Feb 2009 21:28:57 +0200
changeset 0 84fdfb0344c9
permissions -rw-r--r--
Initial commit * It works * Still need to debug objects collection


#ifndef LGLIB_SOURCE_H
#define LGLIB_SOURCE_H

#include <lua.h>

int luaopen_glib_source (lua_State *L);

#endif