IJniApi.cpp 367 B

12345678910111213141516
  1. /*
  2. * Author: Patrick-Christopher Mattulat
  3. * Company: Lynar Studios
  4. * E-Mail: webmaster@lynarstudios.com
  5. * Created: 2023-04-07
  6. * Changed: 2023-04-10
  7. *
  8. * */
  9. #include <ls-std/core/interface/IJniApi.hpp>
  10. using ls::std::core::experimental::interface_type::IJniApi;
  11. IJniApi::IJniApi() = default;
  12. IJniApi::~IJniApi() = default;