diff options
author | Sven Gothel <[email protected]> | 2000-11-18 06:43:49 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2000-11-18 06:43:49 +0000 |
commit | 880653d31a8f1ff8384fdbc75b84934bceecfdb8 (patch) | |
tree | bdafb71416f176d2a4b73bf716c9dc3f13685a8b /C2J/manual/glu-manualCodedImplJNI.h |
Initial revision
Diffstat (limited to 'C2J/manual/glu-manualCodedImplJNI.h')
-rw-r--r-- | C2J/manual/glu-manualCodedImplJNI.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/C2J/manual/glu-manualCodedImplJNI.h b/C2J/manual/glu-manualCodedImplJNI.h new file mode 100644 index 0000000..bfb8a40 --- /dev/null +++ b/C2J/manual/glu-manualCodedImplJNI.h @@ -0,0 +1,13 @@ + + +public native byte gluErrorString[] ( int errorCode ) ; + + +public native void gluNurbsCallback ( long nobj , int which , void ( fn[] ) ( ) ) ; + + +public native void gluTessCallback ( long tobj , int which , void ( fn[] ) ( ) ) ; + + +public native byte gluGetString[] ( int name ) ; + |