Add support for Vector types as properties
This commit is contained in:
parent
68f48f3830
commit
dce456783d
2 changed files with 100 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue