UNPKG

@phaserjs/phaser

Version:
20 lines (19 loc) 417 B
/** * @author Richard Davey <rich@photonstorm.com> * @copyright 2020 Photon Storm Ltd. * @license {@link https://opensource.org/licenses/MIT|MIT License} */ import { Arne16 } from "./Arne16"; import { C64 } from "./C64"; import { CGA } from "./CGA"; import { JMP } from "./JMP"; import { MSX } from "./MSX"; import { PICO8 } from "./PICO8"; export { Arne16, C64, CGA, JMP, MSX, PICO8 };