home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3065 / resources.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-03-15  |  569 b   |  21 lines

  1. /*
  2.  *    resources.h: Resource loading code and definitions.
  3.  *
  4.  *    Most other modules should include app-resources.h for access to
  5.  *    the resources after they've been loaded.
  6.  *
  7.  *    George Ferguson, ferguson@cs.rochester.edu, 27 Feb 1991.
  8.  *
  9.  *    $Id: resources.h,v 2.2 91/03/13 13:31:35 ferguson Exp $
  10.  *
  11.  */
  12. #ifndef RESOURCES_H
  13. #define RESOURCES_H
  14.  
  15. extern XrmOptionDescRec xkalOptions[15];    /* cmd line options */
  16. extern XtResource xkalResources[53];        /* applications resources */
  17.  
  18. extern void getResources();        /* load resources without display */
  19.  
  20. #endif /* RESOURCES_H */
  21.