I have a class. This class is to call upon a function that i specify. How do I make callback function pointer reference thingy? So I can 'set' what function the class calls. Btw this function is defined outside of the class and is not part of the class. Thank you.