mirror of https://github.com/swig/swig
missing function declaration fix
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11040 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
2e68619a9f
commit
a1fdbfd282
|
@ -1,6 +1,9 @@
|
|||
/* File : example.i */
|
||||
%module example
|
||||
|
||||
%{
|
||||
#include "example.h"
|
||||
%}
|
||||
%include "arrays_csharp.i"
|
||||
|
||||
%apply int INPUT[] { int* sourceArray }
|
||||
|
|
Loading…
Reference in New Issue