diff options
Diffstat (limited to 'make/config')
-rw-r--r-- | make/config/joal-alc-CustomJavaCode.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/config/joal-alc-CustomJavaCode.java b/make/config/joal-alc-CustomJavaCode.java index 6615c01..e5b4e1f 100644 --- a/make/config/joal-alc-CustomJavaCode.java +++ b/make/config/joal-alc-CustomJavaCode.java @@ -1,8 +1,8 @@ /** Specify if ALC_ENUMERATION_EXT is present */ -public boolean aclEnumerationExtIsPresent(); +public boolean alcEnumerationExtIsPresent(); /** Specify if ALC_ENUMERATE_ALL_EXT is present */ -public boolean aclEnumerateAllExtIsPresent(); +public boolean alcEnumerateAllExtIsPresent(); /** Specify if call of alGetString(device, param) must must retrun a double null terminted string */ |