/* ************************************************************* *
 *   The Amulet User Interface Development Environment           *
 * ************************************************************* *
 *   Created automatically by the Gilt program in Amulet.        *
 *   Do not edit this file directly.                             *
 *   For more information on Amulet, contact amulet@cs.cmu.edu   *
 * ************************************************************* *
 *   Generated on Sun Jul 30 23:32:44 2000

 *   Amulet version 3.0
 * ************************************************************* */
#ifndef adddialog_H
#define adddialog_H

#include <amulet.h>

extern Am_Object adddialog;
extern Am_Object adddialog_Initialize ();

extern Am_Slot_Key AddNameInput;
extern Am_Slot_Key AddIDInput;

#endif
