home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / CFGED1B.ZIP / PMVIEWS.ZIP / PMVIEWS.H < prev    next >
C/C++ Source or Header  |  1992-07-19  |  1KB  |  38 lines

  1. // this might look like 'C', but it's really  -*-c++-*-
  2. /* pmviews.h
  3.  *
  4.  * master include file for PMviews, includes all other headers
  5.  *
  6.  * Language        : C++
  7.  * Operating System: OS/2 V2.0 and higher
  8.  * Compiler        : GNU GCC V2.1 and higher
  9.  *
  10.  *
  11.  * $Id: pmviews.h,v 1.1 1992/07/19 02:01:07 gruen Exp $
  12.  * $Log: pmviews.h,v $
  13.  * Revision 1.1  1992/07/19  02:01:07  gruen
  14.  * Initial revision
  15.  *
  16.  *
  17.  * Copyright (c) 1992 Lutz Grueneberg
  18.  *
  19.  * This library is free software; you can redistribute it and/or modify
  20.  * it under the terms of the GNU Library General Public License as
  21.  * published by the Free Software Foundation; either version 2 of the
  22.  * License, or (at your option) any later version.  This library is
  23.  * distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
  24.  * without even the implied warranty of MERCHANTABILITY or FITNESS FOR
  25.  * A PARTICULAR PURPOSE.  See the GNU Library General Public License for
  26.  * more details. You should have received a copy of the GNU Library
  27.  * General Public License along with this library; if not, write to the
  28.  * Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  29.  */
  30.  
  31. /* the master file needs to define INCL_WIN and must include os2.h */
  32.  
  33. #include <pmviews/session.h>
  34. #include <pmviews/window.h>
  35. #include <pmviews/dialog.h>
  36. #include <pmviews/controls.h>
  37.  
  38.