NS/main/source/includes/vgui/include/VGUI_LayoutInfo.h

21 lines
363 B
C
Raw Normal View History

2014-12-16 13:36:27 +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;
};
}
2014-06-02 10:22:49 +00:00
#endif