home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d7xx / d762 / plotmap.lha / PlotMap / source.lha / ARexx.c next >
C/C++ Source or Header  |  1992-10-09  |  219b  |  21 lines

  1. /* handle ARexx port (PlotMap) */
  2.  
  3. #include "PlotMap.h"
  4.  
  5. /********** externals **********/
  6.  
  7. extern BOOL ende;
  8.  
  9. /********** Variablen, Daten **********/
  10.  
  11.  
  12. /********** Routinen **********/
  13.  
  14.  
  15.  
  16. void handleARexx(void)
  17. {
  18.  
  19. }
  20.  
  21.