home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Club Elmshorn Atari PD
/
CCE_PD.iso
/
pc
/
0400
/
CCE_0423.ZIP
/
CCE_0423.PD
/
GEM.ZOO
/
gemfeedb.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-04-26
|
485b
|
16 lines
/////////////////////////////////////////////////////////////////////////////
//
// Communication units for GEM objects/forms/etc.
//
// This file is Copyright 1992 by Warwick W. Allison,
// and is freely distributable providing no charge is made.
//
/////////////////////////////////////////////////////////////////////////////
#ifndef GEMFeedback_h
#define GEMFeedback_h
enum ClickResult { EndInteraction, ContinueInteraction, RedrawMe, RedrawMyParent };
#endif