diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-02-25 02:10:26 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-02-25 02:10:26 -0500 |
commit | a893d72c2caf3b8dc457115f6409b6bf66a5adbc (patch) | |
tree | 2f54bd0774cf91189be2f7afd7ae1a8fd8c9c113 /dimension/common.terminals | |
parent | 21794278ae305acd5dc13d0cd6a491f420b69880 (diff) | |
download | dimension-a893d72c2caf3b8dc457115f6409b6bf66a5adbc.tar.xz |
Parse interiors.
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 c50c7a9..fbe1eb2 100644 --- a/dimension/common.terminals +++ b/dimension/common.terminals @@ -233,14 +233,14 @@ %token DMNSN_T_INSIDE %token DMNSN_T_INSIDE_VECTOR %token DMNSN_T_INT -%token DMNSN_T_INTERIOR +%token DMNSN_T_INTERIOR "interior" %token DMNSN_T_INTERIOR_TEXTURE %token DMNSN_T_INTERNAL %token DMNSN_T_INTERPOLATE %token DMNSN_T_INTERSECTION %token DMNSN_T_INTERVALS %token DMNSN_T_INVERSE -%token DMNSN_T_IOR +%token DMNSN_T_IOR "ior" %token DMNSN_T_IRID %token DMNSN_T_IRID_WAVELENGTH %token DMNSN_T_ISOSURFACE |