mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-02 18:53:22 +00:00
13 lines
154 B
Java
13 lines
154 B
Java
public class pr29812_injar
|
|
{
|
|
public class inner
|
|
{
|
|
}
|
|
|
|
static {
|
|
System.loadLibrary("pr29812_injar");
|
|
}
|
|
|
|
public static native void doit();
|
|
}
|