aboutsummaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAge
* Compress texturesDavid Gumberg2013-06-18
* Fix things for cross-compiling using mingwPerttu Ahola2012-04-02
* Move icon files to misc/Perttu Ahola2012-03-20
* Include the freedesktop.org-standard .desktop file in misc/ to aid package ma...Perttu Ahola2011-12-01
* Remove old stuff from misc/Perttu Ahola2011-12-01
* Moved the temporary mapgen test files and added a modified map.cpp too... The...Perttu Ahola2011-05-19
Y; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef CONTENT_ABM_HEADER #define CONTENT_ABM_HEADER class ServerEnvironment; class INodeDefManager; /* Legacy ActiveBlockModifiers */ void add_legacy_abms(ServerEnvironment *env, INodeDefManager *nodedef); #endif