diff options
Diffstat (limited to 'src/Structure/Types/VecType.php')
| -rw-r--r-- | src/Structure/Types/VecType.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Structure/Types/VecType.php b/src/Structure/Types/VecType.php new file mode 100644 index 0000000..ae8a0f6 --- /dev/null +++ b/src/Structure/Types/VecType.php @@ -0,0 +1,10 @@ +<?php + +declare(strict_types=1); + +namespace Nsfisis\Waddiwasi\Structure\Types; + +enum VecType +{ + case V128; +} |
