home *** CD-ROM | disk | FTP | other *** search
- #ifndef LAUNCH_H
- #define LAUNCH_H
- //************************************
- //
- // Name : Launch.h
- //
- //************************************
-
- //**** Header files
-
- #ifndef NODE_H
- #include "Node.h"
- #endif
-
-
- //**** Function Prototypes
-
- void Launch(struct ProgNode *pn, long argc, struct WBArg *argv);
-
- //**** End of file
- #endif
-