stoneage8.5/石器时代8.5客户端最新源代码/石器源码/other/trade.h
2020-06-23 15:27:59 +08:00

21 lines
486 B
C++

// trade.h: interface for the trade class.
//
//////////////////////////////////////////////////////////////////////
/*
#if !defined(AFX_TRADE_H__191BA4C3_2FF6_11D5_8112_0050BAED7201__INCLUDED_)
#define AFX_TRADE_H__191BA4C3_2FF6_11D5_8112_0050BAED7201__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class trade
{
public:
trade();
virtual ~trade();
};
#endif // !defined(AFX_TRADE_H__191BA4C3_2FF6_11D5_8112_0050BAED7201__INCLUDED_)
*/