mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-12 13:31:33 +00:00
22 lines
443 B
C++
22 lines
443 B
C++
//++ 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
|