// Context.h
//
/////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2001-2002 David Ward
//
/////////////////////////////////////////////////////////////////////////////

#ifndef Context_h
#define Context_h

namespace Dasher {class CContext;}
class Dasher::CContext
{
public:
	CContext() {};
	virtual ~CContext() {};
};


#endif /* #ifndef Context_h */