favreau / bullet

Automatically exported from code.google.com/p/bullet
0 stars 0 forks source link

Missing forward declaraction #582

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
btKinematicCharacterController is missing a forward declaracter. CharacterDemo 
currently compiles OK because it #includes other files prior to including 
BulletDynamics/Character/btKinematicCharacterController.h. The attached patch 
adds the forward declaraction, and thus eliminate the #include order dependency.

Original issue reported on code.google.com by SkewMat...@gmail.com on 26 Dec 2011 at 10:02

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r2481.

Original comment by erwin.coumans on 23 Jan 2012 at 9:43