diff options
author | kbr <[email protected]> | 2006-06-24 08:15:45 +0000 |
---|---|---|
committer | kbr <[email protected]> | 2006-06-24 08:15:45 +0000 |
commit | a6146b041390658ec61cb8406bbb6f21fca0912f (patch) | |
tree | af835d81ab3f853b878325635b7dd0f11e93161c /make/joal.cfg | |
parent | 5e8d2c318371c6473cc43025fd2d65e237ed4834 (diff) |
Fixed Issue 11: Add EFX entry points
Added EFX entry points on request from user Ultraq on JOAL forum.
git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@201 03bf7f67-59de-4072-a415-9a990d468a3f
Diffstat (limited to 'make/joal.cfg')
-rwxr-xr-x | make/joal.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/joal.cfg b/make/joal.cfg index c6894d9..7d35307 100755 --- a/make/joal.cfg +++ b/make/joal.cfg @@ -55,6 +55,7 @@ ArgumentIsString alGetProcAddress 0 # Provide #includes to native code CustomCCode #include "al.h" +CustomCCode #include "efx.h" CustomJavaCode ALImpl /** Provides dlsym() capabilities because alGetProcAddress is CustomJavaCode ALImpl broken for core OpenAL routines at least up through OpenAL 1.1. */ |