This repository has been archived on 2022-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
Xash3DArchive/utils/vgui/lib/GridLayout.cpp

15 lines
342 B
C++

//========= Copyright ?1996-2002, Valve LLC, All rights reserved. ============
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
#include<VGUI_GridLayout.h>
using namespace vgui;
/*GridLayout::GridLayout(int rows,int cols,int hgap,int vgap) : Layout()
{
}*/