Calling other classes

I've created a HUD class and want to call another class to get information from it. The problem is, I can't seem to instanciate the other class, since it's not also a HUD object. I've tried new, but I couldn't find information on how to setup a constructor for the class.
 
Back
Top