home *** CD-ROM | disk | FTP | other *** search
/ MACD 4 / MACD4.iso / cdity / EasyTM_src.lha / EasyTM-src / launch.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-05-27  |  321 b   |  22 lines

  1. #ifndef LAUNCH_H
  2. #define LAUNCH_H
  3. //************************************
  4. //
  5. // Name : Launch.h
  6. //
  7. //************************************
  8.  
  9. //**** Header files
  10.  
  11. #ifndef NODE_H
  12. #include "Node.h"
  13. #endif
  14.  
  15.  
  16. //**** Function Prototypes
  17.  
  18. void Launch(struct ProgNode *pn, long argc, struct WBArg *argv);
  19.  
  20. //**** End of file
  21. #endif
  22.