1
0
Fork 0
forked from valve/halflife-sdk
halflife-sdk-steam/utils/vgui/include/VGUI_LayoutInfo.h
2002-12-23 00:00:00 +00:00

21 lines
No EOL
363 B
C++

//========= Copyright © 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