ronin/scripts/ronin.js
Devine Lu Linvega 58ce66d4dc Minor cleanup.
2016-11-14 21:32:19 -08:00

9 lines
208 B
JavaScript

function Ronin()
{
this.canvas = new Canvas();
this.overlay = new Overlay();
this.brush = new Brush();
this.file = new File();
this.hint = new Hint();
this.filter = new Filter();
}