summaryrefslogtreecommitdiff
path: root/physi_js
diff options
context:
space:
mode:
authorJ08nY2016-04-16 20:45:18 +0200
committerJ08nY2016-04-16 20:45:18 +0200
commitce462761cd94c8588c2aa893a1252761004c9fb0 (patch)
tree13757e98c5d4b782a1ce6fcc84dd8d6dafe0690e /physi_js
parent5c99f70bec117bc5f937748ba54cfda4e65e041d (diff)
downloadld35-ce462761cd94c8588c2aa893a1252761004c9fb0.tar.gz
ld35-ce462761cd94c8588c2aa893a1252761004c9fb0.tar.zst
ld35-ce462761cd94c8588c2aa893a1252761004c9fb0.zip
Diffstat (limited to 'physi_js')
-rw-r--r--physi_js/physijs.d.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/physi_js/physijs.d.ts b/physi_js/physijs.d.ts
index 76f1450..29bb3d4 100644
--- a/physi_js/physijs.d.ts
+++ b/physi_js/physijs.d.ts
@@ -1,11 +1,12 @@
// Type definitions for Physijs
// Project: http://chandlerprall.github.io/Physijs/
// Definitions by: Satoru Kimura <https://github.com/gyohk>
+// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../three_js/ts/three.d.ts" />
-declare module Physijs {
+declare namespace Physijs {
export function noConflict():Object;
export function createMaterial(material: THREE.Material, friction?: number, restitution?: number): Material;