glib_timeout.h
changeset 0 84fdfb0344c9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/glib_timeout.h	Sun Feb 01 21:28:57 2009 +0200
@@ -0,0 +1,10 @@
+
+#ifndef LGLIB_TIMEOUT_H
+#define LGLIB_TIMEOUT_H
+
+#include <lua.h>
+
+int luaopen_glib_timeout (lua_State *L);
+
+#endif
+