source: trunk/include/win/animate.h@ 1036

Last change on this file since 1036 was 4, checked in by ktk, 26 years ago

Import

File size: 429 bytes
Line 
1/* $Id: animate.h,v 1.1 1999-05-24 20:19:08 ktk Exp $ */
2
3/*
4 * Animation class extra info
5 *
6 * Copyright 1998 Eric Kohl
7 */
8
9#ifndef __WINE_ANIMATE_H
10#define __WINE_ANIMATE_H
11
12
13typedef struct tagANIMATE_INFO
14{
15 LPVOID lpAvi; /* pointer to avi data */
16 HFILE hFile; /* handle to avi file */
17} ANIMATE_INFO;
18
19
20extern VOID ANIMATE_Register (VOID);
21extern VOID ANIMATE_Unregister (VOID);
22
23#endif /* __WINE_ANIMATE_H */
Note: See TracBrowser for help on using the repository browser.