Initial community commit
This commit is contained in:
@@ -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