New example
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@742 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
c252d8e4eb
commit
59d16fffd4
7 changed files with 333 additions and 0 deletions
6
SWIG/Examples/python/variables/example.h
Normal file
6
SWIG/Examples/python/variables/example.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/* File: example.h */
|
||||
|
||||
typedef struct {
|
||||
int x,y;
|
||||
} Point;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue