ultimatepp/reference/AnimatedClip/AnimatedClip.h
cxl c8dbd68e1d .reference
git-svn-id: svn://ultimatepp.org/upp/trunk@10274 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-10-05 18:59:04 +00:00

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