summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2PrefFile.cpp
blob: 63cdf5eca8d9e7cf46669c5f5081391b7934a4e6 (plain)
1
2
3
4
5
6
7
8
9
#include "StdAfx.h"
#include "T2PrefFile.h"

T2PrefFile::T2PrefFile(const unsigned char* str1, const unsigned char* str2, int val) {
	mStr = str2;
}

/*virtual*/ T2PrefFile::~T2PrefFile() {
}