EmberMUD-0.9.44/
EmberMUD-0.9.44/clan/
EmberMUD-0.9.44/classes/
EmberMUD-0.9.44/gods/
EmberMUD-0.9.44/log/
EmberMUD-0.9.44/player/
EmberMUD-0.9.44/player/temp/
EmberMUD-0.9.44/src/MSVC/
EmberMUD-0.9.44/src/Sleep/
EmberMUD-0.9.44/src/StartMUD/
EmberMUD-0.9.44/src/Win32Common/
//----------------------------------------------------------------------------

#ifndef EmberDialogH

#define EmberDialogH

//----------------------------------------------------------------------------

#include <vcl\System.hpp>

#include <vcl\Windows.hpp>

#include <vcl\SysUtils.hpp>

#include <vcl\Classes.hpp>

#include <vcl\Graphics.hpp>

#include <vcl\StdCtrls.hpp>

#include <vcl\Forms.hpp>

#include <vcl\Controls.hpp>

#include <vcl\Buttons.hpp>

#include <vcl\ExtCtrls.hpp>

//----------------------------------------------------------------------------

class TSendDialog : public TForm

{

__published:        

	TEdit *Message;

	void __fastcall MessageKeyPress(TObject *Sender, char &Key);

private:

public:

	virtual __fastcall TSendDialog(TComponent* AOwner);

};

//----------------------------------------------------------------------------

extern TSendDialog *SendDialog;

//----------------------------------------------------------------------------

#endif