blob: 83ea0610306e6a4f9ee616d66c2569f5f5a86000 (
plain)
1
2
3
4
5
6
7
8
|
# 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_.+
|