/** * Copyright © Novelate 2020 * License: MIT (https://github.com/Novelate/NovelateEngine/blob/master/LICENSE) * Author: Jacob Jensen (bausshf) * Website: https://novelate.com/ * ------ * Novelate is a free and open-source visual novel engine and framework written in the D programming language. * It can be used freely for both personal and commercial projects. * ------ * Module Description: * This module serves as a proxy module to novelate.scripting.config. */ module novelate.config; public import novelate.scripting.config; /// An alias that gives a proxy to the config so it shows in documentation. public alias proxyConfig = config;