swig/Examples/lua/variables/example.h
2005-08-15 20:58:56 +00:00

6 lines
61 B
C

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