tcod-rs icon indicating copy to clipboard operation
tcod-rs copied to clipboard

Replace bools with enums where appropriate

Open tomassedovic opened this issue 9 years ago • 2 comments

Things like setting fullscreen/windowed mode or whether path.walk should recalculate or not should use aptly-named enums instead of an opaque boolean that you have to dig into docs to figure out.

tomassedovic avatar Nov 20 '14 22:11 tomassedovic