/*** * * Copyright (c) 2016-2019 Marco 'eukara' Hladik. All rights reserved. * * See the file LICENSE attached with the sources for usage details. * ****/ // Impact types enum { IMPACT_MELEE, IMPACT_EXPLOSION, IMPACT_DEFAULT, IMPACT_GLASS, IMPACT_WOOD, IMPACT_METAL, IMPACT_FLESH, IMPACT_ROCK };