tools/toolfcurveevent/ortool_fcurveevent_tool.h
#ifndef __ORTOOL_FCURVEEVENT_TOOL_H__
#define __ORTOOL_FCURVEEVENT_TOOL_H__
#define ORTOOLTEMPLATE__CLASSNAME ORTool_FCurveEvent
#define ORTOOLTEMPLATE__CLASSSTR "ORTool_FCurveEvent"
class ORTool_FCurveEvent : public FBTool
{
public:
virtual bool FBCreate();
virtual void FBDestroy();
private:
FBLabel mLabel;
FBModelCube* mCube;
FBModelCube* mCube2;
};
#endif