mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +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();
|
|
}
|