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