halflife25-sdk/utils/vgui/include/VGUI_LayoutInfo.h

21 lines
343 B
C
Raw Normal View History

2013-08-30 20:34:05 +00:00
//========= Copyright <20> 1996-2002, Valve LLC, All rights reserved. ============
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
#ifndef VGUI_LAYOUTINFO_H
#define VGUI_LAYOUTINFO_H
namespace vgui
{
class VGUIAPI LayoutInfo
{
virtual LayoutInfo* getThis()=0;
};
}
#endif