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.
21 lines
450 B
21 lines
450 B
//++ 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
|
|
|