forked from github/server
21 lines
474 B
C
21 lines
474 B
C
|
/* vi: set ts=2:
|
||
|
* Eressea PB(E)M host Christian Schlittchen (corwin@amber.kn-bremen.de)
|
||
|
* (C) 1998-2004 Katja Zedel (katze@felidae.kn-bremen.de)
|
||
|
* Enno Rehling (enno@eressea-pbem.de)
|
||
|
*
|
||
|
* This program may not be used, modified or distributed without
|
||
|
* prior permission by the authors of Eressea.
|
||
|
**/
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
#include <lua50/lua.h>
|
||
|
|
||
|
extern int lua_console(lua_State * L);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|