The last of the main.c feature refactoring for now, pulling out features I've added to main into separate files for cleanliness. Not refactoring any of Craft's code, only new stuff. Combined with GH-105, GH-104, GH-103, now with GH-111, main.c is 658 lines lighter. (Note to self: when adding new complex features, consider adding to separate files and calling from main)
The last of the main.c feature refactoring for now, pulling out features I've added to main into separate files for cleanliness. Not refactoring any of Craft's code, only new stuff. Combined with GH-105, GH-104, GH-103, now with GH-111, main.c is 658 lines lighter. (Note to self: when adding new complex features, consider adding to separate files and calling from main)