NS/releases/3.01/source/external/vgui/include/VGUI_LayoutInfo.h

15 lines
160 B
C
Raw Normal View History

#ifndef VGUI_LAYOUTINFO_H
#define VGUI_LAYOUTINFO_H
namespace vgui
{
class VGUIAPI LayoutInfo
{
virtual LayoutInfo* getThis()=0;
};
}
#endif