mirror of
https://github.com/AtHeartEngineer/Animated_Background.git
synced 2026-01-09 16:37:53 -05:00
21 lines
248 B
TypeScript
21 lines
248 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
/**
|
|
*/
|
|
export function init_panic_hook(): void;
|
|
/**
|
|
*/
|
|
export class Universe {
|
|
free(): void;
|
|
/**
|
|
* @returns {Universe}
|
|
*/
|
|
static new(): Universe;
|
|
/**
|
|
*/
|
|
tick(): void;
|
|
/**
|
|
*/
|
|
reset_canvas(): void;
|
|
}
|