dhiltonp / hexbright

The easiest way to start programming your hexbright.
BSD 2-Clause "Simplified" License
124 stars 114 forks source link

Revert from split up hexbright.h/hexbright.cpp back to single file #62

Closed dhiltonp closed 3 years ago

dhiltonp commented 3 years ago

I split up hexbright into several files to reduce the space utilization. Unfortunately the opposite happened by a small margin, and the library became less beginner-friendly.

I'm reverting that :)

Thanks to hacktoberfest for giving me a little push to finally do this