Guest User

Untitled

a guest
Jan 30th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. //======================================================================
  2. // Overheat System
  3. //======================================================================
  4.  
  5.  
  6. class CHudOverheat: public CHudBase
  7. {
  8. public:
  9. virtual int Init( void );
  10. virtual int VidInit( void );
  11. virtual int Draw(float fTime);
  12. virtual void Reset( void );
  13. int MsgFunc_Overheat(const char *pszName, int iSize, void *pbuf);
  14. int m_iHeat;
  15.  
  16. private:
  17. HSPRITE m_hSprite;
  18. };
Add Comment
Please, Sign In to add comment