summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2PrefFile.h
blob: 9f6e9ce3d69bc7be9ea335b04cc42ffac9bfb3d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once
#include "common.h"

class AFX_CLASS_EXPORT T2PrefFile {
public:
	T2PrefFile(const unsigned char* str1, const unsigned char* str2, int val);
	virtual ~T2PrefFile();

protected:
	CString mStr;
};