home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1680 / app-resources.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-12-28  |  306 b   |  15 lines

  1. /*
  2.  *    app-resources.h : External app-defaults defs.
  3.  *
  4.  *    George Ferguson, ferguson@cs.rochester.edu,  1 Jun 1990.
  5.  *
  6.  *    $Id: app-resources.h,v 1.1 90/08/15 10:22:35 ferguson Exp $
  7.  *
  8.  */
  9. typedef struct {
  10.     String window;
  11.     String widgets;
  12.     String revision;
  13. } AppResources;
  14. extern AppResources appResources;
  15.