/****************************************************************************** * $Id: log_lua.h,v 1.3 2005/06/03 16:29:19 alessiofender Exp $ * This file is part of FreePOPs (http://www.freepops.org) * * This file is distributed under the terms of GNU GPL license. * ******************************************************************************/ /******************************************************************************/ /*! * \file log_lua.h * \brief log lua bindings * * \author Name */ /******************************************************************************/ #ifndef LOG_LUA_H #define LOG_LUA_H int luaopen_log(lua_State*); #endif