Added Box2D
This commit is contained in:
16
external/Box2D-2.3.1/Contributions/Platforms/Box2D.Net/VariousImplementations.cpp
vendored
Normal file
16
external/Box2D-2.3.1/Contributions/Platforms/Box2D.Net/VariousImplementations.cpp
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "Shape.cpp"
|
||||
#include "Body.cpp"
|
||||
|
||||
namespace Box2D
|
||||
{
|
||||
namespace Net
|
||||
{
|
||||
Body^ Shape::Body::get()
|
||||
{
|
||||
return gcnew Box2D::Net::Body(shape->GetBody());
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user