diff options
| author | Rémi Verschelde | 2017-11-15 19:23:20 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-11-15 21:29:33 +0100 |
| commit | 677e95d8d189a62e6473b43989012a8258f193a4 (patch) | |
| tree | a68e77b5d7bd8a319131e632da91f6b86acf7768 /modules/bullet/config.py | |
| parent | e7701bb2de30c554f52dc9d3f0110b4001ae18ad (diff) | |
| download | godot-677e95d8d189a62e6473b43989012a8258f193a4.tar.gz godot-677e95d8d189a62e6473b43989012a8258f193a4.tar.zst godot-677e95d8d189a62e6473b43989012a8258f193a4.zip | |
Diffstat (limited to 'modules/bullet/config.py')
| -rw-r--r-- | modules/bullet/config.py | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/modules/bullet/config.py b/modules/bullet/config.py index b00ea1832..0a31c2e50 100644 --- a/modules/bullet/config.py +++ b/modules/bullet/config.py @@ -3,4 +3,12 @@ def can_build(platform): def configure(env): pass - + +def get_doc_classes(): + return [ + "BulletPhysicsDirectBodyState", + "BulletPhysicsServer", + ] + +def get_doc_path(): + return "doc_classes" |
