tools/toolcustomtangent/ortool_customtangent_tool.h
#ifndef __ORTOOL_CUSTOMTANGENT_TOOL_H__
#define __ORTOOL_CUSTOMTANGENT_TOOL_H__
#define ORTOOLTEMPLATE__CLASSNAME ORTool_CustomTangent
#define ORTOOLTEMPLATE__CLASSSTR "ORTool_CustomTangent"
class ORTool_CustomTangent : public FBTool
{
public:
virtual bool FBCreate();
virtual void FBDestroy();
private:
FBLabel mLabel;
};
#endif