summaryrefslogtreecommitdiff
path: root/Examples/ruby/value/example.h
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/ruby/value/example.h')
-rw-r--r--Examples/ruby/value/example.h5
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;