View difference between Paste ID: wMFXY1Q4 and Fre8hAQN
SHOW: | | - or go back to the newest paste.
1
package net.sf.junace;
2
3
public class UnACE {
4
	native void nativeACEList(String ArchiveName, ACEList struct);
5
	native boolean LoadAceDll();
6
}