server/src/bind_attrib.h

27 lines
689 B
C
Raw Normal View History

2010-08-08 10:06:34 +02:00
/* vi: set ts=2:
+-------------------+
| | Enno Rehling <enno@eressea.de>
| Eressea PBEM host | Christian Schlittchen <corwin@amber.kn-bremen.de>
| (c) 1998 - 2010 | Katja Zedel <katze@felidae.kn-bremen.de>
| | Henning Peters <faroul@beyond.kn-bremen.de>
+-------------------+
This program may not be used, modified or distributed
without prior permission by the authors of Eressea.
*/
2012-06-04 03:41:07 +02:00
#include <lua.h>
2010-08-08 10:06:34 +02:00
#ifdef __cplusplus
extern "C" {
#endif
struct attrib;
void tolua_attrib_open(struct lua_State *L);
2011-03-07 08:02:35 +01:00
struct attrib *tolua_get_lua_ext(struct attrib *alist);
2010-08-08 10:06:34 +02:00
int tolua_attriblist_next(struct lua_State *L);
#ifdef __cplusplus
}
#endif