treamer
This commit is contained in:
16
packages/swig/android/streamer.i
Normal file
16
packages/swig/android/streamer.i
Normal file
@@ -0,0 +1,16 @@
|
||||
/* File : example.i */
|
||||
%module(directors="1") streamer
|
||||
%{
|
||||
#include "streamer.h"
|
||||
%}
|
||||
|
||||
%include "std_string.i"
|
||||
|
||||
/* A base class for callbacks from C++ to output text on the Java side */
|
||||
%feature("director") AndroidStreamer;
|
||||
|
||||
%include "streamer.h"
|
||||
|
||||
|
||||
%init %{
|
||||
%}
|
Reference in New Issue
Block a user