home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Borland / Cplus45 / BC45 / OWLINC.PAK / POINT.H < prev    next >
Text File  |  1995-08-29  |  527b  |  20 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // (C) Copyright 1992, 1994 by Borland International, All Rights Reserved
  4. //
  5. //----------------------------------------------------------------------------
  6. #if !defined(OWL_POINT_H)
  7. #define OWL_POINT_H
  8.  
  9. #if !defined(OWL_OWLDEFS_H)
  10. # include <owl/owldefs.h>
  11. #endif
  12. #if !defined(OSL_INLINES_H)
  13. # include <osl/inlines.h>
  14. #endif
  15. #if !defined(OSL_GEOMETRY_H)
  16. # include <osl/geometry.h>
  17. #endif
  18.  
  19. #endif  // OWL_POINT_H
  20.