#ifndef _CPVSAREASET #define _CPVSAREASET class CPVSVisSet; class CPVSAreaSet { public: CPVSVisSet GetLightSet(int) const; }; #endif // _CPVSAREASET