diff options
Diffstat (limited to 'examples/02-struct-singleton/src')
| -rw-r--r-- | examples/02-struct-singleton/src/point.hob | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/02-struct-singleton/src/point.hob b/examples/02-struct-singleton/src/point.hob new file mode 100644 index 0000000..930a1b5 --- /dev/null +++ b/examples/02-struct-singleton/src/point.hob @@ -0,0 +1,3 @@ +struct Origin { + singleton; +} |
