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