mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 12:35:19 +02:00
Type fix. That that even compiled :/
This commit is contained in:
parent
147a4119cb
commit
935f28aa35
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue