blob: b58f7000ea6f63b8c442dc1f0992f293f31de66e (
plain)
1
2
3
4
5
6
7
8
9
10
|
# This .cfg file is used to generate the ALCConstants interface.
Include joal-common.cfg
Style InterfaceOnly
JavaClass ALCConstants
# Factor out the OpenAL constants into their own interface
IgnoreNot ^ALC_.+
IncludeAs CustomJavaCode ALCConstants joal-alc-constants-CustomJavaCode.java
|