This commit is contained in:
rusefillc 2022-11-26 16:42:10 -05:00
parent 427032150b
commit 8beb3fe1b7
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ package com.rusefi.native_;
/**
* Native interface allowing java to invoke rusEFI unit_tests library
*
* See com_rusefi_native__EngineLogic.h
* See native_impl.cpp
*/
public class EngineLogic {
public native String getVersion();