lairworks / nas2d-core

NAS2D is an open source, object oriented 2D game development framework written in portable C++.
http://nas2d.lairworks.com
zlib License
10 stars 5 forks source link

Remove library console output #1094

Closed DanRStevens closed 1 year ago

DanRStevens commented 1 year ago

Libraries should never generate output. It should be up to the app using the library to decide when and how output is generated.

Some background cleanup was split off into a couple of other PRs while working on this: