I am making my own header file to use for my program.. Can I initialize my variables to be used by the program in my header. Instead of listing every variable in every .cpp is it possible to just include the header with all this info already in it? Thanks in advance.