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

  1. //----------------------------------------------------------------------------
  2. // SampReg.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
  3. // From: SampReg.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef SampRegHPP
  6. #define SampRegHPP
  7. //----------------------------------------------------------------------------
  8. #ifndef SystemHPP
  9. #include <System.hpp>
  10. #endif
  11.  
  12. namespace Sampreg
  13. {
  14. //-- type declarations -------------------------------------------------------
  15. //-- var, const, procedure ---------------------------------------------------
  16. extern void __fastcall Register(void);
  17.  
  18. }    /* namespace Sampreg */
  19. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  20. using namespace Sampreg;
  21. #endif
  22. //-- end unit ----------------------------------------------------------------
  23. #endif    // SampReg
  24.