mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Initial community commit
This commit is contained in:
11
Src/Wasabi/api/wndmgr/animate.h
Normal file
11
Src/Wasabi/api/wndmgr/animate.h
Normal file
@@ -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
|
Reference in New Issue
Block a user