home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'EsUtil.pas' rev: 3.00
-
- #ifndef EsUtilHPP
- #define EsUtilHPP
- #include <SRMgr.hpp>
- #include <SysUtils.hpp>
- #include <Graphics.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Esutil
- {
- //-- type declarations -------------------------------------------------------
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE Srmgr::TpsStringResource* StrRes;
- extern PACKAGE int __fastcall DaysInMonth(int Year, int Month);
- extern PACKAGE int __fastcall DefaultEpoch(void);
- extern PACKAGE Byte __fastcall GetLeftButton(void);
- extern PACKAGE void __fastcall GetRGB(Graphics::TColor Clr, Byte &IR, Byte &IG, Byte &IB);
- extern PACKAGE bool __fastcall IsLeapYear(int Year);
- extern PACKAGE int __fastcall Max(int I, int J);
- extern PACKAGE int __fastcall Min(int I, int J);
-
- } /* namespace Esutil */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Esutil;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // EsUtil
-