NS/dev/performance-3.0.5/source/external/vgui/include/VGUI_LayoutInfo.h
2005-06-29 13:51:58 +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