mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
22 lines
483 B
C
Executable File
22 lines
483 B
C
Executable File
/* 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
|