mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
21
samples/java/inc/SampleAISBasicJni_UnitsAPI.h
Executable file
21
samples/java/inc/SampleAISBasicJni_UnitsAPI.h
Executable file
@@ -0,0 +1,21 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class SampleAISBasicJni_UnitsAPI */
|
||||
|
||||
#ifndef _Included_SampleAISBasicJni_UnitsAPI
|
||||
#define _Included_SampleAISBasicJni_UnitsAPI
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
/*
|
||||
* Class: SampleAISBasicJni_UnitsAPI
|
||||
* Method: SetLocalSystem
|
||||
* Signature: (S)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleAISBasicJni_UnitsAPI_SetLocalSystem
|
||||
(JNIEnv *, jclass, jshort);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user