12 lines
211 B
Plaintext
12 lines
211 B
Plaintext
|
// JNI function headers for the Go <=> Java bridge.
|
||
|
// gobind -lang=java basictypes
|
||
|
//
|
||
|
// File is generated by gobind. Do not edit.
|
||
|
|
||
|
#ifndef __Basictypes_H__
|
||
|
#define __Basictypes_H__
|
||
|
|
||
|
#include <jni.h>
|
||
|
|
||
|
#endif
|