/*
 * Copyright (C) 1998  Transarc Corporation.
 * All rights reserved.
 *
 */



void AnimateIcon (HWND hIcon, int *piFrameLast = NULL);
void StartAnimation (HWND hIcon, int fps);
void StopAnimation (HWND hIcon);

