From 3c2a961ee32b0c285423e9a4a9ac9ab29ddd2874 Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 30 Oct 2010 20:12:21 +0000 Subject: [PATCH] Add pyBox2D --- direct/src/p3d/thirdparty.pdef | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/direct/src/p3d/thirdparty.pdef b/direct/src/p3d/thirdparty.pdef index f6cb833cc5..b9f43c6fcd 100644 --- a/direct/src/p3d/thirdparty.pdef +++ b/direct/src/p3d/thirdparty.pdef @@ -113,3 +113,9 @@ class httplib2(package): module('httplib2', required = True) +class box2d(package): + config(display_name = "Box2D") + require('panda3d') + + module('Box2D', required = True) +