mirror of
https://github.com/tribufu/tribufu-java
synced 2026-06-01 09:42:37 +00:00
Update TribuFu.kt
This commit is contained in:
parent
3b8947fffa
commit
1b018a2572
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ class TribuFu {
|
||||||
/**
|
/**
|
||||||
* A native method that is implemented by the 'TribuFu' native library.
|
* A native method that is implemented by the 'TribuFu' native library.
|
||||||
*/
|
*/
|
||||||
// external fun Hello(): Int
|
external fun Hello(input: String): String
|
||||||
|
|
||||||
// Used to load the 'TribuFu' library on application startup.
|
// Used to load the 'TribuFu' library on application startup.
|
||||||
fun LoadLibrary() {
|
fun LoadLibrary() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue