home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // Mnufile.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
- // From: Mnufile.pas
- //----------------------------------------------------------------------------
- #ifndef MnufileHPP
- #define MnufileHPP
- //----------------------------------------------------------------------------
- #include <Menus.hpp>
- #include <Windows.hpp>
- #include <Classes.hpp>
- #include <System.hpp>
- #pragma warn -par
- #pragma warn -hid
- #pragma warn -inl
-
- namespace Mnufile
- {
- //-- type declarations -------------------------------------------------------
- //-- var, const, procedure ---------------------------------------------------
- extern Menus::TMenuItem* __fastcall LoadMenuFromResource(const System::AnsiString FileName, Classes::TComponent*
- Owner);
-
- } /* namespace Mnufile */
-
- #pragma warn .par
- #pragma warn .hid
- #pragma warn .inl
-
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Mnufile;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Mnufile
-