home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / MNUFILE.HPP < prev    next >
C/C++ Source or Header  |  1997-02-14  |  1KB  |  34 lines

  1. //----------------------------------------------------------------------------
  2. // Mnufile.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
  3. // From: Mnufile.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef MnufileHPP
  6. #define MnufileHPP
  7. //----------------------------------------------------------------------------
  8. #include <Menus.hpp>
  9. #include <Windows.hpp>
  10. #include <Classes.hpp>
  11. #include <System.hpp>
  12. #pragma warn -par
  13. #pragma warn -hid 
  14. #pragma warn -inl
  15.  
  16. namespace Mnufile
  17. {
  18. //-- type declarations -------------------------------------------------------
  19. //-- var, const, procedure ---------------------------------------------------
  20. extern Menus::TMenuItem* __fastcall LoadMenuFromResource(const System::AnsiString FileName, Classes::TComponent* 
  21.     Owner);
  22.  
  23. }    /* namespace Mnufile */
  24.  
  25. #pragma warn .par
  26. #pragma warn .hid 
  27. #pragma warn .inl
  28.  
  29. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  30. using namespace Mnufile;
  31. #endif
  32. //-- end unit ----------------------------------------------------------------
  33. #endif    // Mnufile
  34.