/trunk/Examples/android/class/jni/example.i
# · Swig · 9 lines · 5 code · 2 blank · 2 comment · 0 complexity · 1fc2ba4d1e6ede534918d71f8ec93d90 MD5 · raw file
- /* File : example.i */
- %module example
- %{
- #include "example.h"
- %}
- /* Let's just grab the original header file here */
- %include "example.h"