swig/Examples/csharp/variables/example.h
2003-03-15 22:51:46 +00:00

6 lines
61 B
C

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