

short (WINAPI * ActionJumps[])(LPRDATA rdPtr, long param1, long param2) =
	{
	actAddObjAnchor,
	actAddObjLink,
	actAddObjPlatform,
	actAnchorSetX,
	actAnchorSetY,
	actChainSetMass,
	actChainAngle,
	actChainSpeed,
	actChainSpacing,
	actStartAll,
	actStartChain,
	actStopAll,
	actStopChain,
	actUpdateAll,
	actUpdateChain,
	0
	}; 