ns/releases/3.05f/source/external/vgui/include/VGUI_LayoutInfo.h
2005-07-14 17:41:41 +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