Separated stuff for shv background contextmenu to separate file.
[wine.git] / include / animate.h
blob04dcd36f5fff0234a717316ab287a723594f9a89
1 /*
2 * Animation class extra info
4 * Copyright 1998 Eric Kohl
5 */
7 #ifndef __WINE_ANIMATE_H
8 #define __WINE_ANIMATE_H
10 #include "windef.h"
12 typedef struct tagANIMATE_INFO
14 LPVOID lpAvi; /* pointer to avi data */
15 HFILE hFile; /* handle to avi file */
16 } ANIMATE_INFO;
19 extern VOID ANIMATE_Register (VOID);
20 extern VOID ANIMATE_Unregister (VOID);
22 #endif /* __WINE_ANIMATE_H */