FlingEngine
FlingEngine copied to clipboard
Clean up comments to be in a better and more modern C++ style
Right now the codebase uses xml style comments. These are pretty ugly and need to be updated to use a more standard style like this:
/**
* A general description of blah blah
*
* @param Foo bar param
* /