| 1234567891011121314151617 |
- /*
- * Author: Patrick-Christopher Mattulat
- * Co-Author: Claude Sonnet 4.6 (LLM)
- * Company: Lynar Studios
- * E-Mail: webmaster@lynarstudios.com
- * Created: 2023-04-07
- * Changed: 2026-06-23
- *
- * */
- #include <ls-std/core/interface/IJniApi.hpp>
- using ls::standard::core::experimental::interface_type::IJniApi;
- IJniApi::IJniApi() = default;
- IJniApi::~IJniApi() = default;
|