asm128 / cyclone-physics

The Physics engine that accompanies the book "Game Physics Engine Design"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix the large amount of warnings caused by the useless naming convention

asm128 opened this issue · comments

the original original author decided to use a naming convention that enforces name clashes an this causes hundreds of warnings cluttering the build output and preventing to use proper project settings. Use of such convention will be fixed through removal.

There are no more warnings related to name collisions during build.