home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 9 / CDACTUAL9.iso / progs / CB / DATA.Z / SYSREG.HPP < prev    next >
Encoding:
C/C++ Source or Header  |  1996-11-06  |  941 b   |  32 lines

  1. //----------------------------------------------------------------------------
  2. // SysReg.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
  3. // From: SysReg.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef SysRegHPP
  6. #define SysRegHPP
  7. //----------------------------------------------------------------------------
  8. #ifndef ClassesHPP
  9. #include <Classes.hpp>
  10. #endif
  11.  
  12. #ifndef DsgnIntfHPP
  13. #include <DsgnIntf.hpp>
  14. #endif
  15.  
  16. #ifndef SystemHPP
  17. #include <System.hpp>
  18. #endif
  19.  
  20. namespace Sysreg
  21. {
  22. //-- type declarations -------------------------------------------------------
  23. //-- var, const, procedure ---------------------------------------------------
  24. extern void __fastcall Register(void);
  25.  
  26. }    /* namespace Sysreg */
  27. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  28. using namespace Sysreg;
  29. #endif
  30. //-- end unit ----------------------------------------------------------------
  31. #endif    // SysReg
  32.