3
votes
1answer
253 views

Variables in static library are never initialized. Why?

I have a bunch of variables that should be initialized then my game launches, but must of them are never initialized. Here is an example of the code: MyClass.h class MyClass : public BaseObject { ...