When I extracted function from the for-loop, I did not get the header file. Instead it declared the prototype to the top.
Anyone else has this “issue”?
I’m using Visual Studio v 15.5.4
When I extracted function from the for-loop, I did not get the header file. Instead it declared the prototype to the top.
Anyone else has this “issue”?
I’m using Visual Studio v 15.5.4
Same here. Does the same thing if i recall tho?
Using VS 2017 mine did the same.
Notice though that it DID put the void PlayGame; into your code, which Ben said it wouldn’t do while creating the header files. This may be a VS 2017 change…