NS/releases/3.01/source/ui/InvisiblePanel.cpp
Karl 04c334c94b Tagging 3.01 release (again)
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@15 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-03-12 22:19:53 +00:00

35 lines
1 KiB
C++

//======== (C) Copyright 2002 Charles G. Cleveland All rights reserved. =========
//
// The copyright to the contents herein is the property of Charles G. Cleveland.
// The contents may be used and/or copied only with the written permission of
// Charles G. Cleveland, or in accordance with the terms and conditions stipulated in
// the agreement/contract under which the contents have been supplied.
//
// Purpose:
//
// $Workfile: InvisiblePanel.cpp $
// $Date: 2002/08/16 02:28:55 $
//
//-------------------------------------------------------------------------------
// $Log: InvisiblePanel.cpp,v $
// Revision 1.2 2002/08/16 02:28:55 Flayra
// - Added document headers
//
//===============================================================================
#include "ui/InvisiblePanel.h"
#include "cl_dll/hud.h"
#include "cl_dll/cl_util.h"
// Used for mouse input and general purpose
InvisiblePanel::InvisiblePanel()
{
}
void InvisiblePanel::paint()
{
}
void InvisiblePanel::paintBackground()
{
}