Files
src-1.2/external/3rd/library/platform/utils/Base/win32/File.cpp
T
2014-01-16 07:25:50 -07:00

20 lines
367 B
C++

// File.cpp: implementation of the CFile class.
//
//////////////////////////////////////////////////////////////////////
#include "File.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CFile::CFile(const char *)
{
}
CFile::~CFile()
{
}