Everything related to code style that I'm changing over from Aloshi's code:
- curly braces not on their own line
- spaces between
if/else/for and other common statements and their opening ( or {
- spaces instead of tabs in source files
I've already started some of this work on the InputManager => Input files, and will continue as I go along.
Everything related to code style that I'm changing over from Aloshi's code:
if/else/forand other common statements and their opening(or{I've already started some of this work on the
InputManager=>Inputfiles, and will continue as I go along.