Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 19th, 2010 | Syntax: C++ | Size: 0.30 KB | Hits: 61 | Expires: Never
Copy text to clipboard
  1. #include "hudelement.h"
  2. #include <vgui_controls/Panel.h>
  3.  
  4. using namespace vgui;
  5.  
  6. class C_HudHearts : public CHudElement
  7. {
  8. public:
  9.         C_HudHearts( void );
  10.  
  11. protected:
  12.        
  13.  
  14. };
  15.  
  16. class C_HudHeart : public Panel
  17. {
  18. public:
  19.         C_HudHeart( void );
  20.  
  21. protected:
  22.        
  23.  
  24. };
  25.  
  26. DECLARE_HUDELEMENT( C_HudHearts );