15 lines
566 B
TypeScript
15 lines
566 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" />
|