home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
MNUFILE.HPP
< prev
next >
Wrap
C/C++ Source or Header
|
1997-01-16
|
1KB
|
34 lines
//----------------------------------------------------------------------------
// 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