/* * Author: Patrick-Christopher Mattulat * Company: Lynar Studios * E-Mail: webmaster@lynarstudios.com * Created: 2022-05-17 * Changed: 2023-02-03 * * */ #ifndef LS_STD_LS_STD_ENCODING_HPP #define LS_STD_LS_STD_ENCODING_HPP #include <ls-std/encoding/Base64.hpp> #endif