How can I share/globalize a bool variable between A.cpp and B.cpp where neither of them does include the other ones .h file?? They have other joint header files but not each
file 1:
int x = 50;
file 2:
extern int x;