mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-31 01:15:48 -04:00
20 lines
367 B
C++
Executable File
20 lines
367 B
C++
Executable File
// File.cpp: implementation of the CFile class.
|
|
//
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
#include "File.h"
|
|
|
|
//////////////////////////////////////////////////////////////////////
|
|
// Construction/Destruction
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
CFile::CFile(const char *)
|
|
{
|
|
|
|
}
|
|
|
|
CFile::~CFile()
|
|
{
|
|
|
|
}
|