diff options
Diffstat (limited to 'make/config/joal-alc-CustomJavaCode.java')
-rw-r--r-- | make/config/joal-alc-CustomJavaCode.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/config/joal-alc-CustomJavaCode.java b/make/config/joal-alc-CustomJavaCode.java index e5b4e1f..fc63604 100644 --- a/make/config/joal-alc-CustomJavaCode.java +++ b/make/config/joal-alc-CustomJavaCode.java @@ -4,6 +4,9 @@ public boolean alcEnumerationExtIsPresent(); /** Specify if ALC_ENUMERATE_ALL_EXT is present */ public boolean alcEnumerateAllExtIsPresent(); +/** Specify if ALC_SOFT_system_events is present */ +public boolean alcSoftSystemEventsIsPresent(); + /** Specify if call of alGetString(device, param) must must retrun a double null terminted string */ public boolean alcIsDoubleNullTerminatedString(final com.jogamp.openal.ALCdevice device, final int param); |