Export DamageDamageRegion. Not bumping the ABI version since we did that

already for this release.
This commit is contained in:
Aaron Plattner 2005-10-18 04:02:31 +00:00
parent b61c828b04
commit 959db6028d

View File

@ -79,6 +79,9 @@
#ifdef COMPOSITE
#include "cw.h"
#endif
#ifdef DAMAGE
#include "damage.h"
#endif
/* mi things */
@ -215,6 +218,9 @@ LOOKUP miLookupTab[] = {
#ifdef COMPOSITE
SYMFUNC(miDisableCompositeWrapper)
#endif
#ifdef DAMAGE
SYMFUNC(DamageDamageRegion)
#endif
{0, 0}
};