1.Define the functions declared in Fight.h so that main.cpp produces results similar to when Fight.obj is included in the project
Three files are provided to you.
There is a small example on Titanium of a project with similar file structure, simply add the three files to an empty C++ project and run. Notice how the .obj file and the .cpp file are occupying the same role, this is because the .obj file is just a compiled version of the .cpp source file. You will be supplying a .cpp file that defines all functions in Fight.H, just as Fight.obj does.