/** * Jingga * * @copyright Jingga * @license OMS License 2.0 * @version 1.0.0 * @link https://jingga.app */ #ifndef COMS_PLATFORM_WIN32_LIBRARY_H #define COMS_PLATFORM_WIN32_LIBRARY_H #include typedef HMODULE LibraryHandle; #endif