diff options
Diffstat (limited to 'Src/Wasabi/api/wndmgr/animate.h')
-rw-r--r-- | Src/Wasabi/api/wndmgr/animate.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Src/Wasabi/api/wndmgr/animate.h b/Src/Wasabi/api/wndmgr/animate.h new file mode 100644 index 00000000..23a98318 --- /dev/null +++ b/Src/Wasabi/api/wndmgr/animate.h @@ -0,0 +1,11 @@ +#ifndef _ANIMATE_H +#define _ANIMATE_H + +#include <bfc/wasabi_std.h> + +class AnimatedRects { +public: + static void draw(const RECT *src, const RECT *dst, int nsteps=5); +}; + +#endif |