ultraq / redhorizon

Recreating the original 2D Command & Conquer games
Apache License 2.0
6 stars 4 forks source link

Move to using readers/writers for building objects/files #51

Closed ultraq closed 2 years ago

ultraq commented 2 years ago

As mentioned here: https://github.com/ultraq/redhorizon/issues/45#issuecomment-1079781147

ultraq commented 2 years ago

Ended-up with just writers - I liked having the file reading in the file class itself since it's pretty core to how this whole project works, and the writes are on the periphery.