Got confirmation that the code is actually under the MIT license. He didn’t have any comments regarding the code so we’ll probably just need to figure it out as we go. Just cloned the repository so I’ll start going through it 🙂
Definitely want to look at doing some rearranging of the directory structure. I’m just not a big fan of having a lot of code files all in one folder. Makes it hard for me to find what I’m looking for but we’ll get there
As a note: it looks like it uses the one-class-per-file structure.
I’m pretty rusty so bear with me!
Edit:
A cursory glance shows that there may be some headers missing from the includes. That may take some time to update. We’ll have a better handle on things once you’re able to try building it, though 🙂
Edit 2:
We’ve got a mixture of C-style types as macros and C++-style types, such as BOOL and bool respectively, that should be made consistent. There are also some code blocks that are generated by the VS class wizard that should probably be copied (if we’re allowed to, not sure how that’s handled by licensing) into the main code to allow it to be more portable. Additionally, some stuff needs the proper namespaces assigned.
