adaptation of old eclipse code to Intellij
This commit is contained in:
@@ -9,7 +9,7 @@ import Audio.Bass.DOWNLOADPROC;
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
public interface BassOPUS extends Library {
|
||||
BassOPUS Instance = (BassOPUS) Native.load("bassopus",BassOPUS.class);
|
||||
BassOPUS Instance = Native.load("bassopus",BassOPUS.class);
|
||||
interface Constant{
|
||||
// BASS_CHANNELINFO type
|
||||
int BASS_CTYPE_STREAM_OPUS = 0x11200;
|
||||
|
||||
Reference in New Issue
Block a user