mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-31 12:36:42 +00:00
Fix btCollisionObjectWrapper forward declaration
This commit is contained in:
parent
4f08f6e09b
commit
5e2e5b7aa9
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
#include "../mwworld/ptr.hpp"
|
||||
|
||||
class btCollisionObject;
|
||||
class btCollisionObjectWrapper;
|
||||
struct btCollisionObjectWrapper;
|
||||
|
||||
namespace MWPhysics
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue