12.02.2016, 12:19
I really doubt you understand how static works, global statics are for that file and that file only, so if you have static blabla; in one of your includes you can't use it whereever you include it, if you want to use a static var it should be declared in same file.

