Advertisement
Shepard62700FR

TWHL - Abbadon - Client

Jan 31st, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.44 KB | None | 0 0
  1. // hud.cpp - In "CHud::Init" along with it's friends
  2.  
  3. m_Overheat.Init(); // Shepard : Overheat HUD
  4.  
  5. // hud.cpp - In "CHud::VidInit" along with it's friends
  6.  
  7. m_Overheat.VidInit(); // Shepard : Overheat HUD
  8.  
  9. // hud.h - After #include "health.h"
  10.  
  11. #include "hud_overheat.h"
  12.  
  13. // hud.h - In the "CHud" class "public" section along with it's friends
  14.  
  15. CHudOverheat    m_Overheat;
  16.  
  17. // Add "hud_overheat.cpp" and "hud_overheat.h" to the client project
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement