R
Relaxin
How would you make a class global to your entire application?
In C++ you could use "extern" to make a variable declare somewhere else
accessible from somewhere else.
Thanks
In C++ you could use "extern" to make a variable declare somewhere else
accessible from somewhere else.
Thanks