// FIXME Stubfile! /***************************************************************************/ /* * Ani.h * * Warzone animation function wrappers * * Gareth Jones 16/12/97 */ /***************************************************************************/ #ifndef _ANI_H_ #define _ANI_H_ /***************************************************************************/ #include "lib/framework/frame.h" #include "anim.h" /***************************************************************************/ void * anim_GetShapeFunc( STRING * pStr ); /***************************************************************************/ #endif /* _ANI_H_ */ /***************************************************************************/