blob: 8867a9f0c4de4aa80b59e37cc3c0fad7ac2c8560 [file] [log] [blame]
/*
* Animation class extra info
*
* Copyright 1998 Eric Kohl
*/
#ifndef __WINE_ANIMATE_H
#define __WINE_ANIMATE_H
typedef struct tagANIMATE_INFO
{
DWORD dwDummy;
} ANIMATE_INFO;
extern void ANIMATE_Register (void);
#endif /* __WINE_ANIMATE_H */