Merge pull request #3168 from AlericInglewood/master

Type fix. That that even compiled :/
This commit is contained in:
AndrewMeadows 2014-07-14 13:26:00 -07:00
commit 4e6b194444

View file

@ -40,7 +40,7 @@ QDataStream& operator>>(QDataStream& in, glm::quat& quaternion);
#ifdef DEBUG
class CollisionInfo;
class SphereShape;
class CapsuleShape.h;
class CapsuleShape;
std::ostream& operator<<(std::ostream& s, const CollisionInfo& c);
std::ostream& operator<<(std::ostream& s, const SphereShape& shape);
std::ostream& operator<<(std::ostream& s, const CapsuleShape& capsule);