glib_source.h
author Myhailo Danylenko <isbear@ukrpost.net>
Mon, 02 Feb 2009 13:55:39 +0200
changeset 1 64a857d6b81b
parent 0 84fdfb0344c9
permissions -rw-r--r--
Typo


#ifndef LGLIB_SOURCE_H
#define LGLIB_SOURCE_H

#include <lua.h>

int luaopen_glib_source (lua_State *L);

#endif