From ca61614b981fff436b50caabc2e61d4d962348b7 Mon Sep 17 00:00:00 2001 From: Thomas Harning Jr Date: Sun, 10 Jun 2007 16:01:26 +0000 Subject: Initial commit: * Created tree structure * Committed current version --- luaevent/include/luaevent.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 luaevent/include/luaevent.h (limited to 'luaevent/include') diff --git a/luaevent/include/luaevent.h b/luaevent/include/luaevent.h new file mode 100644 index 0000000..854d111 --- /dev/null +++ b/luaevent/include/luaevent.h @@ -0,0 +1,17 @@ +#ifndef LUAEVENT_H +#define LUAEVENT_H + +#include +#include +#include +#include + +typedef struct { + struct event ev; + lua_State* L; + int callbackRef; +} le_callback; + +int luaopen_luaevent(lua_State* L); + +#endif -- cgit v1.2.3