mirror of
https://github.com/Tribufu/TribufuJava
synced 2026-08-09 04:41:08 +00:00
Migrate to Scala Library
This commit is contained in:
parent
3973975dc6
commit
51263aa8b7
4 changed files with 44 additions and 20 deletions
18
lib/src/main/scala/tribufu/Library.scala
Normal file
18
lib/src/main/scala/tribufu/Library.scala
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
// Copyright (c) TribuFu. All Rights Reserved
|
||||
|
||||
package tribufu
|
||||
|
||||
class Library {
|
||||
init()
|
||||
|
||||
private def init(){
|
||||
// Used to load the 'TribuFu' library on application startup.
|
||||
//System.loadLibrary("TribuFu")
|
||||
}
|
||||
|
||||
/**
|
||||
* A native method that is implemented by the 'TribuFu' native library, which is packaged with
|
||||
* this library.
|
||||
*/
|
||||
//@native def Hello(): Int
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue