home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / Biomorph 0.77 / Biomorph src / morphutils.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-28  |  243 b   |  16 lines  |  [TEXT/ALFA]

  1. #ifndef MORPHUTILS_H
  2. #define MORPHUTILS_H
  3.  
  4.  
  5. /*****************
  6. ** morphutils.h
  7. **
  8. ** function prototypes for the 'morf' resource utilities
  9. ******************/
  10.  
  11.  
  12. void MorphAddRes(void);
  13. void MorphDelRes(void);
  14. void MorphClearProc(void);
  15.  
  16. #endif