Changed pointer to structures to simply structs; structs are like primitives.
Fixed memory issues: mainly declarations needed default values.
Fixed exiting causing terminal to not work: done so in console.cpp destructor.
Take a look at it; I barely touched anything else but change log highlights lines of code that have been shifted up and down rows; it would seem.
Changed pointer to structures to simply structs; structs are like primitives. Fixed memory issues: mainly declarations needed default values. Fixed exiting causing terminal to not work: done so in console.cpp destructor.
Take a look at it; I barely touched anything else but change log highlights lines of code that have been shifted up and down rows; it would seem.