home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PZeroPoint.h --------------------------------------------------------------
- * Copyright (c) 1996 Adobe Systems Incorporated. All rights reserved.
- * Created on Tue, Oct 15, 1996 @ 11:20 AM.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PZeroPoint__
- #define __PZeroPoint__
-
- class PZeroPoint
- {
-
- public:
-
- PZeroPoint(long xCoord, long yCoord);
-
- private:
-
- PZeroPoint();
- };
-
- #endif
-
- // end of PZeroPoint.h
-