satoshinm / NetCraft

Web-based fork of fogleman/Craft ⛺
https://satoshinm.github.io/NetCraft/
MIT License
57 stars 13 forks source link

Refactor fullscreen mode to a separate file, fullscreen.c #111

Closed satoshinm closed 7 years ago

satoshinm commented 7 years ago

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)