Use enums for 3d Viewer settings instead of ints

This commit is contained in:
Ian McInerney 2021-12-30 23:02:38 +00:00
parent 59a495948e
commit 9e6446a8dc
8 changed files with 58 additions and 51 deletions

View File

@ -41,39 +41,37 @@ enum class ROTATION_DIR
Z_CCW
};