- /*
- * Author: Patrick-Christopher Mattulat
- * Company: Lynar Studios
- * E-Mail: webmaster@lynarstudios.com
- * Created: 2023-04-07
- * Changed: 2023-04-10
- *
- * */
- #include <ls-std/core/interface/IJniApi.hpp>
- using ls::std::core::experimental::interface_type::IJniApi;
- IJniApi::IJniApi() = default;
- IJniApi::~IJniApi() = default;
|