mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-11 06:24:30 +00:00
22 lines
450 B
C++
22 lines
450 B
C++
//++ BulliT
|
|
|
|
#if !defined(AFX_AGSUDDENDEATH_H__9C50E9D8_7E32_41DB_A91D_026CFC5D3FBF__INCLUDED_)
|
|
#define AFX_AGSUDDENDEATH_H__9C50E9D8_7E32_41DB_A91D_026CFC5D3FBF__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
|
|
class AgSuddenDeath
|
|
{
|
|
public:
|
|
AgSuddenDeath();
|
|
virtual ~AgSuddenDeath();
|
|
|
|
bool IsSuddenDeath();
|
|
};
|
|
|
|
#endif // !defined(AFX_AGSUDDENDEATH_H__9C50E9D8_7E32_41DB_A91D_026CFC5D3FBF__INCLUDED_)
|
|
|
|
//-- Martin Webrant
|