When I put my class declarations and its functions in a seperate file, should I make it antoher .cpp or a .h? and should I add the
#include in the original file for the name of the file with the class declarations in it, or should I
#include the original file in the class declaration file?