diff options
Diffstat (limited to 'Examples/ruby/value/example.h')
-rw-r--r-- | Examples/ruby/value/example.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Examples/ruby/value/example.h b/Examples/ruby/value/example.h new file mode 100644 index 0000000..212cf4b --- /dev/null +++ b/Examples/ruby/value/example.h @@ -0,0 +1,5 @@ +/* File : example.h */ + +typedef struct { + double x, y, z; +} Vector; |