Files
dusk/types/index.d.ts
T
2026-08-11 23:33:29 -05:00

19 lines
738 B
TypeScript

// Copyright (c) 2026 Dominic Masters
//
// 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 path="console/console.d.ts" />
/// <reference path="platform/platform.d.ts" />
/// <reference path="input/input.d.ts" />
/// <reference path="ui/ui.d.ts" />