superpowers-game-ftext-plugin
Version:
Generic text asset for the Superpowers Game system of Superpowers, the extensible HTML5 2D+3D game engine.
15 lines (13 loc) • 470 B
TypeScript
/// <reference path="./textEditorWidget/widget.d.ts" />
/// <reference path="../../../../../SupClient/SupClient.d.ts" />
/// <reference path="../../../../../SupCore/SupCore.d.ts" />
/// <reference path="../../../SupRuntime/SupRuntime.d.ts" />
declare module "jsonlint" {}
declare module "cson-parser" {}
declare module "domify" {}
declare module "jade" {}
declare module "stylus" {}
declare module "js-yaml" {}
declare module "markdown" {
export var markdown: any;
}