Portable Half-Life SDK. GoldSource and Xash3D. Crossplatform.
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
374 B

//++ BulliT
#if !defined(_AG_SUDDENDEATH_HUD_)
#define _AG_SUDDENDEATH_HUD_
class AgHudSuddenDeath: public CHudBase
{
public:
int Init( void );
int VidInit( void );
int Draw(float flTime);
void Reset(void);
int MsgFunc_SuddenDeath(const char *pszName, int iSize, void *pbuf);
private:
char m_bySuddenDeath;
};
#endif //_AG_SUDDENDEATH_HUD_
//-- Martin Webrant