windows95/src/renderer/app-state.js
2018-08-24 20:55:18 -07:00

9 lines
154 B
JavaScript

export function setupState () {
window.appState = {
cursorCaptured: false,
floppyFile: null,
bootFresh: false,
infoInterval: null
}
}