You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current setup in the main cpp file is terrible, pointers everywhere, The final setup needs to be cleaned up to the point that the only objects in int main are the Ignition_Engine instance and the titlescreen, along with any info that their calls need to initialize and start.
This is obviously quite complicated at the moment, since making this a reality is dependent on implementing dynamic binding, but a lot of the crud is unneccessary anyways.
The text was updated successfully, but these errors were encountered:
The current setup in the main cpp file is terrible, pointers everywhere, The final setup needs to be cleaned up to the point that the only objects in int main are the Ignition_Engine instance and the titlescreen, along with any info that their calls need to initialize and start.
This is obviously quite complicated at the moment, since making this a reality is dependent on implementing dynamic binding, but a lot of the crud is unneccessary anyways.
The text was updated successfully, but these errors were encountered: