Constants.pas
上传用户:wanyu_2000
上传日期:2021-02-21
资源大小:527k
文件大小:0k
源码类别:

DVD

开发平台:

Delphi

  1. {-----------------------------------------------------------------------------
  2.  Unit Name: Constants
  3.  Author:    Andrew Semack / dancemammal
  4.  Purpose:   Store info about library
  5.  History:
  6. -----------------------------------------------------------------------------}
  7. unit Constants;
  8. interface
  9. //Constants
  10. const
  11.   constLibVersion = 1;
  12. implementation
  13. end.