halflife-thewastes-sdk/utils/vgui/include/VGUI_LayoutInfo.h
2000-06-05 00:00:00 +00:00

15 lines
No EOL
160 B
C++

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