neothyne
neothyne copied to clipboard
Audit global state
The only global state should be console variables and engine stuff
We should also consider making our own static global storage for all static globals and initializing them in main.
We need to stop using u::deferred_data in place of sc style statics instead
u::deferred_data is gone