home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
borland
/
cb
/
setup
/
cbuilder
/
data.z
/
MNUFILE.HPP
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-28
|
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