blob: cfde3f22f52386ea92918acf8c974ea1e03f2cb6 [file] [log] [blame]
/*
* Animation class extra info
*
* Copyright 1998 Eric Kohl
*/
#ifndef __WINE_ANIMATE_H
#define __WINE_ANIMATE_H
typedef struct tagANIMATE_INFO
{
LPVOID lpAvi; /* pointer to avi data */
HFILE hFile; /* handle to avi file */
} ANIMATE_INFO;
extern VOID ANIMATE_Register (VOID);
extern VOID ANIMATE_Unregister (VOID);
#endif /* __WINE_ANIMATE_H */