swig/Examples/csharp/variables/example.h

7 lines
61 B
C

/* File: example.h */
typedef struct {
int x,y;
} Point;