/*
  ArtToSpr Artworks/Draw to Sprite convertor
  Copyright (c) 1998 Tony Houghton

  This source is distributed under the GPL. Please see the file
  "COPYING" for details.
*/

#ifndef __reply_h
#define __reply_h
/* Replies intelligently to a WimpMessage */

#ifndef __wimp_h
#include "wimp.h"
#endif

#ifdef __cplusplus
extern "C" {
#endif

extern void reply(WimpMessage *);

#ifdef __cplusplus
}
#endif

#endif
