can i interact with\change change the values of variables within headers?
so this is a problem with my game i'm probably going to ask more questions because i'm a beginner still, i have lots to learn. wait a minute this is called sololearn no wonder. that last sentence was a bit weird. anyways, i want to have a header (a type of c++ script. if you you did not know that you are probably not be able to help me) that handles most of the menu like (expect a lot of "button"): quit button, play button, save button, AND load button. the only thing the script doesn't do is..... RENDERING, that's handled by the main script that has the game loop. basicly there is a variable that contains the image and the main script takes that image and renders it. if it cant find that variable it will just, not render. any ways i can do that? bonus question: is possible with 2 CPPs?