Tentative MiniShogi implementation over move generator.
[tagua/yd.git] / src / luaapi / lfunclib.h
blob9e2aaa8478b236e43965aaf34dfe9a28d289c64f
1 /*
2 Copyright (c) 2006 Paolo Capriotti <p.capriotti@gmail.com>
3 (c) 2006 Maurizio Monge <maurizio.monge@kdemail.net>
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 2 of the License, or
8 (at your option) any later version.
9 */
11 #ifndef LFUNCLIB_H
12 #define LFUNCLIB_H
14 #define LUA_FUNCLIBNAME "func"
15 #define LUA_COLLECTLIBNAME "collect"
17 int luaopen_func (lua_State *L);
18 int luaopen_collect (lua_State *L);
20 #endif /*LFUNCLIB_H*/