forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
19
leenkx/Sources/leenkx/trait/physics/PhysicsWorld.hx
Normal file
19
leenkx/Sources/leenkx/trait/physics/PhysicsWorld.hx
Normal file
@ -0,0 +1,19 @@
|
||||
package leenkx.trait.physics;
|
||||
|
||||
#if (!lnx_physics)
|
||||
|
||||
class PhysicsWorld extends iron.Trait { public function new() { super(); } }
|
||||
|
||||
#else
|
||||
|
||||
#if lnx_bullet
|
||||
|
||||
typedef PhysicsWorld = leenkx.trait.physics.bullet.PhysicsWorld;
|
||||
|
||||
#else
|
||||
|
||||
typedef PhysicsWorld = leenkx.trait.physics.oimo.PhysicsWorld;
|
||||
|
||||
#end
|
||||
|
||||
#end
|
||||
Reference in New Issue
Block a user