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 / gemm.cc < prev    next >
C/C++ Source or Header  |  1992-04-26  |  457b  |  20 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. //  This file is Copyright 1992 by Warwick W. Allison,
  4. //  and is freely distributable providing no charge is made.
  5. //
  6. /////////////////////////////////////////////////////////////////////////////
  7.  
  8. #include "aesbind.h"
  9. #include "gemm.h"
  10.  
  11. void GEMmenu::Show(bool on=TRUE)
  12. {
  13.     menu_bar(Obj,on);
  14. }
  15.  
  16. ClickResult GEMmenu::Do(int item)
  17. {
  18.     return EndInteraction;
  19. }
  20.