2006-05-27 09:37:17 -07:00
|
|
|
// FIXME Stubfile!
|
2007-06-28 10:47:08 -07:00
|
|
|
/***************************************************************************/
|
|
|
|
/*
|
|
|
|
* Ani.h
|
|
|
|
*
|
|
|
|
* Warzone animation function wrappers
|
|
|
|
*
|
|
|
|
* Gareth Jones 16/12/97
|
|
|
|
*/
|
|
|
|
/***************************************************************************/
|
|
|
|
|
|
|
|
#ifndef _ANI_H_
|
|
|
|
#define _ANI_H_
|
|
|
|
|
|
|
|
/***************************************************************************/
|
|
|
|
|
2006-05-27 09:37:17 -07:00
|
|
|
#include "lib/framework/frame.h"
|
2007-06-28 10:47:08 -07:00
|
|
|
#include "anim.h"
|
|
|
|
|
|
|
|
/***************************************************************************/
|
|
|
|
|
|
|
|
void * anim_GetShapeFunc( STRING * pStr );
|
|
|
|
|
|
|
|
/***************************************************************************/
|
|
|
|
|
|
|
|
#endif /* _ANI_H_ */
|
|
|
|
|
|
|
|
/***************************************************************************/
|