Add support for Vector types as properties

This commit is contained in:
Ricardo Luís Vaz Silva 2022-12-08 13:41:44 -03:00 committed by Christoph Oelckers
commit dce456783d
2 changed files with 100 additions and 2 deletions

View file

@ -567,6 +567,7 @@ class FxVectorValue : public FxExpression
public:
friend class ZCCCompiler;
friend class ZCCDoomCompiler;
FxVectorValue(FxExpression *x, FxExpression *y, FxExpression *z, FxExpression* w, const FScriptPosition &sc);
~FxVectorValue();