/** * @file DependsLib.h * @author Sam4uk * @if English * @brief Include third-party library headers. * @else * @brief Інклюди бібілотек третіх сторін. * @endif * @version 0.1 * @date 2023-03-23 * * @copyright Copyright (c) 2023 * */ #ifndef _DEPENDS_LIB_H_ #define _DEPENDS_LIB_H_ #ifndef NANITLIB_H_ # error "Include instead of this file." #endif // #include #include #include #include #include #include #include // #include #endif