Started to make things work: show the board.
[tagua.git] / src / luaapi / lfunclib.h
blobd709d6966af4d4ef8d112f00bfcaab8f332303b4
1 /*
2 Copyright (c) 2006 Paolo Capriotti <p.capriotti@sns.it>
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*/