You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
443 B
22 lines
443 B
8 years ago
|
//++ BulliT
|
||
|
|
||
|
#if !defined(AFX_AGMATCHREPORT_H__0DF56E7E_7803_4FDE_BE99_6609E45A7D41__INCLUDED_)
|
||
|
#define AFX_AGMATCHREPORT_H__0DF56E7E_7803_4FDE_BE99_6609E45A7D41__INCLUDED_
|
||
|
|
||
|
#if _MSC_VER > 1000
|
||
|
#pragma once
|
||
|
#endif // _MSC_VER > 1000
|
||
|
|
||
|
class AgMatchReport
|
||
|
{
|
||
|
public:
|
||
|
AgMatchReport();
|
||
|
virtual ~AgMatchReport();
|
||
|
|
||
|
void Save();
|
||
|
};
|
||
|
|
||
|
#endif // !defined(AFX_AGMATCHREPORT_H__0DF56E7E_7803_4FDE_BE99_6609E45A7D41__INCLUDED_)
|
||
|
|
||
|
//-- Martin Webrant
|