The main function does nothing. It only contains a declaration of function battle which has parameter of type int and return type of std::string and that is all.
Also you header contains some random code in the global space; I suspect you meant to define a function. I'm surprised you were able to get the program to run at all, as I would expect it to not even compile.