home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / DCLAP 6d / dclap6d / DClap / Dversion.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-05  |  221 b   |  19 lines  |  [TEXT/R*ch]

  1. /* Dversion.h */
  2.  
  3. #ifndef _DCLAP_VERSION_
  4. #define _DCLAP_VERSION_
  5.  
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9.  
  10. extern const    short        kDCLAPVersion;
  11. extern const    char*        kDCLAPVersionString;
  12.  
  13.  
  14. #ifdef __cplusplus
  15. }
  16. #endif
  17.  
  18. #endif
  19.