diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-10-26 19:25:07 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-10-26 19:25:07 -0400 |
commit | 71b149ad617a7cbca08a2a7cb8ca5e3b0d8143db (patch) | |
tree | 9dc0ba264561066a9128292b8ba0d34be424232a /dimension/common.terminals | |
parent | 3950b4f0d2483cadf006bf2a957aeb820402503a (diff) | |
download | dimension-71b149ad617a7cbca08a2a7cb8ca5e3b0d8143db.tar.xz |
Add torii to dimension.
Diffstat (limited to 'dimension/common.terminals')
-rw-r--r-- | dimension/common.terminals | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dimension/common.terminals b/dimension/common.terminals index ffe13dc..256474f 100644 --- a/dimension/common.terminals +++ b/dimension/common.terminals @@ -421,7 +421,7 @@ %token DMNSN_T_STRLEN "strlen" %token DMNSN_T_STRLWR %token DMNSN_T_STRUPR -%token DMNSN_T_STURM +%token DMNSN_T_STURM "sturm" %token DMNSN_T_SUBSTR %token DMNSN_T_SUM %token DMNSN_T_SUPERELLIPSOID @@ -443,7 +443,7 @@ %token DMNSN_T_TILES %token DMNSN_T_TOLERANCE %token DMNSN_T_TOROIDAL -%token DMNSN_T_TORUS +%token DMNSN_T_TORUS "torus" %token DMNSN_T_TRACE %token DMNSN_T_TRANSFORM "transform" %token DMNSN_T_TRANSLATE "translate" |