Script stuff
This commit is contained in:
Vendored
+6
@@ -3,6 +3,12 @@
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
/// <reference path="require.d.ts" />
|
||||
/// <reference path="entity/entity.d.ts" />
|
||||
/// <reference path="entity/component/component.d.ts" />
|
||||
/// <reference path="entity/component/position.d.ts" />
|
||||
/// <reference path="entity/component/physics.d.ts" />
|
||||
/// <reference path="entity/component/renderable.d.ts" />
|
||||
/// <reference path="scene/scene.d.ts" />
|
||||
/// <reference path="display/mesh.d.ts" />
|
||||
/// <reference path="time/time.d.ts" />
|
||||
|
||||
Reference in New Issue
Block a user