src/event_buffer.c

changeset 78
4782f315942f
parent 41
fce1995f0db8
child 81
0d22d718bb51
equal deleted inserted replaced
77:ad37f03df138 78:4782f315942f
1 /* LuaEvent - Copyright (C) 2007 Thomas Harning <harningt@gmail.com> 1 /* LuaEvent - Copyright (C) 2007 Thomas Harning <harningt@gmail.com>
2 * Licensed as LGPL - See doc/COPYING for details */ 2 * Licensed as LGPL - See doc/COPYING for details */
3 3
4 #include "event_buffer.h" 4 #include "event_buffer.h"
5 #include "luaevent.h"
6 #include <lauxlib.h> 5 #include <lauxlib.h>
7 #include <malloc.h> 6 #include <malloc.h>
8 7
9 #define EVENT_BUFFER_MT "EVENT_BUFFER_MT" 8 #define EVENT_BUFFER_MT "EVENT_BUFFER_MT"
10 9

mercurial