feat: 初始化XMBOX项目
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest />
|
||||
@@ -0,0 +1,13 @@
|
||||
package com.east.android.zlive;
|
||||
|
||||
import com.sun.jna.Library;
|
||||
import com.sun.jna.Native;
|
||||
|
||||
public interface ZLive extends Library {
|
||||
|
||||
ZLive INSTANCE = Native.load("core", ZLive.class);
|
||||
|
||||
void OnLiveStart(long port);
|
||||
|
||||
void OnLiveStop();
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user