I want to be able to bring the single instance class into a function of another class without having to take each seperate little variable from the class and inject it in, can I just do something like
void Yeah(class *The Class)
and then pass the class in easily??? Or maybe even in a non pointer form?