diff options
Diffstat (limited to 'make/joal-alext-constants.cfg')
-rw-r--r-- | make/joal-alext-constants.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/make/joal-alext-constants.cfg b/make/joal-alext-constants.cfg new file mode 100644 index 0000000..e645bb8 --- /dev/null +++ b/make/joal-alext-constants.cfg @@ -0,0 +1,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.+ |