I'm new to bullet, so apologies if this has topic has been treated somewhere else.
When recompiling LinearMath, I've noticed some files do this:
Code: Select all
#include "btVector3.h"
Code: Select all
#include "LinearMath/btVector3.h"
Is there any reason to include the header files with "LinearMath/"?
Cheers,
Taz
PS By the way, you guys have done a great work!