skynovel
Version:
webgl novelgame framework
14 lines (10 loc) • 477 B
text/typescript
/* ***** BEGIN LICENSE BLOCK *****
Copyright (c) 2018-2020 Famibee (famibee.blog38.fc2.com)
This software is released under the MIT License.
http://opensource.org/licenses/mit-license.php
** ***** END LICENSE BLOCK ***** */
// electron レンダラープロセス
import {SysApp} from './sn/SysApp';
import {CmnLib, argChk_Num, argChk_Boolean} from './sn/CmnLib';
import {Layer} from './sn/Layer';
export {SysApp, CmnLib, Layer, argChk_Num, argChk_Boolean};