#ifndef __TABLE_INFO__
#define __TABLE_INFO__

// ��ϵ���ͱ�;
typedef struct	__ST_MODINFO__
{
	std::string		strName;						// ���;
	std::string		strAddress;						// ģ���ַ;
	std::string		strVersion;						// ģ��汾;
	bool			_check;							// �Ƿ�ѡ��;
}STModInfo, *pSTModInfo;

#endif