Just a question

Hello,
At 9:25, Ben put “using int32 = int;” up in the FBullCowGame.cpp file, but when I don’t put it there, the program still starts and has no errors. I was wondering if you need to put it there, and I’ve done something wrong, or just put it for good measure.
Thanks, Noah

If it’s in your header file it will be in your .cpp file because #include is basically a copy and paste.

Privacy & Terms