mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
18 lines
358 B
C++
18 lines
358 B
C++
#ifndef _AnimatedClipDemo_AnimatedClipDemo_h
|
|
#define _AnimatedClipDemo_AnimatedClipDemo_h
|
|
|
|
#define LAYOUTFILE <AnimatedClip/AnimatedClip.lay>
|
|
#include <CtrlCore/lay.h>
|
|
|
|
class AnimatedClip : public WithAnimatedClipLayout<TopWindow> {
|
|
public:
|
|
typedef AnimatedClip CLASSNAME;
|
|
AnimatedClip();
|
|
|
|
void Browse();
|
|
|
|
void OnShown();
|
|
};
|
|
|
|
#endif
|
|
|