/* 
 * Motif Tools Library, Version 2.0
 * $Id: Include.h,v 2.9 1994/07/04 03:03:50 david Exp $
 * 
 * Written by David Flanagan.
 * Copyright (c) 1992, 1993, 1994 by Dovetail Systems.
 * All Rights Reserved.  See the file COPYRIGHT for details.
 * This is not free software.  See the file SHAREWARE for details.
 * There is no warranty for this software.  See NO_WARRANTY for details.
 */

#ifndef _XmtInclude_h
#define _XmtInclude_h

/* Name and class of the file inclusion resource */
#define XmtNxmtRequires		"xmtRequires"
#define XmtCXmtRequires		"XmtRequires"

_XFUNCPROTOBEGIN
#if NeedFunctionPrototypes
extern Boolean XmtLoadResourceFile(Widget, StringConst,
				   XmtWideBoolean, XmtWideBoolean);
extern void XmtLoadResourceFileList(Widget, StringConst);
#else
extern Boolean XmtLoadResourceFile();
extern void XmtLoadResourceFileList();
#endif
_XFUNCPROTOEND    
#endif
