blob: c2512619e748cf9dd16932d0b1947e28478d35b9 (
plain)
1
2
3
4
5
6
7
8
|
Package testfunction
Style AllStatic
JavaClass TestFunction
JavaOutputDir gensrc/java
NativeOutputDir gensrc/native
# Include the function.h header in the generated glue code
CustomCCode #include "function.h"
|