#ifndef __UG_H__ #define __UG_H__ #include "langlibx.h" enum UGReservedWordType { ugrwtDeclaration, ugrwtEnd, ugrwtInstance, ugrwtVertex, ugrwtFacet, ugrwtTranslate, ugrwtTranslateX, ugrwtTranslateY, ugrwtTranslateZ, ugrwtRotate, ugrwtRotateX, ugrwtRotateY, ugrwtRotateZ, ugrwtScale, ugrwtScaleAll, ugrwtScaleX, ugrwtScaleY, ugrwtScaleZ, ugrwtMirrorOrientation, ugrwtMirrorX, ugrwtMirrorY, ugrwtMirrorZ, ugrwtSize }; extern CHAR *gcppcUGReservedWords[ugrwtSize]; #endif // __UG_H__