manipulators/manip_customselection/ormanip_customselection_manip.h
#ifndef __ORMANIP_CUSTOMSELECTION_MANIP_H__
#define __ORMANIP_CUSTOMSELECTION_MANIP_H__
#define ORMANIP_CUSTOMSELECTION__CLASSNAME ORManip_CustomSelection
#define ORMANIP_CUSTOMSELECTION__CLASSSTR "ORManip_CustomSelection"
class ORManip_CustomSelection : public FBManipulator
{
public:
virtual bool FBCreate();
virtual void FBDestroy();
virtual bool ViewInput(
int pMouseX,
int pMouseY,
FBInputType pAction,
int pButtonKey,
int pModifier);
virtual void ViewExpose();
public:
private:
};
#endif