17 lines
346 B
Plaintext
17 lines
346 B
Plaintext
// JNI function headers for the Go <=> Java bridge.
|
|
// gobind -lang=java vars
|
|
//
|
|
// File is generated by gobind. Do not edit.
|
|
|
|
#ifndef __Vars_H__
|
|
#define __Vars_H__
|
|
|
|
#include <jni.h>
|
|
|
|
extern jclass proxy_class_vars_I;
|
|
extern jmethodID proxy_class_vars_I_cons;
|
|
|
|
extern jclass proxy_class_vars_S;
|
|
extern jmethodID proxy_class_vars_S_cons;
|
|
#endif
|