diff options
author | Sven Gothel <[email protected]> | 2010-11-07 04:35:47 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-07 04:35:47 +0100 |
commit | ed83567444bd803918b8904eb71b155d4eff2de4 (patch) | |
tree | 715069bef306f409e5030b1a90871b55c1c41a7f /test/junit/com/sun/gluegen/test.h | |
parent | 5aadf241bb46a66a57c6c5b6776aa6a0da1633f6 (diff) |
com.sun -> com.jogamp
Diffstat (limited to 'test/junit/com/sun/gluegen/test.h')
-rw-r--r-- | test/junit/com/sun/gluegen/test.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/test/junit/com/sun/gluegen/test.h b/test/junit/com/sun/gluegen/test.h deleted file mode 100644 index cef2b7e..0000000 --- a/test/junit/com/sun/gluegen/test.h +++ /dev/null @@ -1,17 +0,0 @@ -#define GL_INVALID_INDEX 0xFFFFFFFFu -#define AL_FLANGER_DEFAULT_FEEDBACK (-0.5f) - -typedef unsigned long foo; -typedef unsigned long size_t; - -int arrayTest(long context, foo * array ); - -int bufferTest(void * object); - -void pbTest(size_t * object); - -int manyBuffersTest(void * object1, void * object2, void * object3, void * object4, void * object5); - -int mixedTest(long context, void * object, foo * array ); - -int doubleTest(long context, void * object1, foo * array1, void * object2, foo * array2 ); |