glib_timeout.h
author Myhailo Danylenko <isbear@ukrpost.net>
Mon, 09 Feb 2009 13:00:42 +0200
changeset 2 34b6fedde9eb
parent 0 84fdfb0344c9
permissions -rw-r--r--
Switch to cmake


#ifndef LGLIB_TIMEOUT_H
#define LGLIB_TIMEOUT_H

#include <lua.h>

int luaopen_glib_timeout (lua_State *L);

#endif