To build ScriptInterpreter, we need to have access to ConditionStack in interpreter.h.
The simplest way is moving this into its own header file. The class is so simple that it doesn't need a corresponding cpp file.
Differential D16766
[Iguana] Move ConditionStack to conditionstack.h tobias_ruck on Sep 16 2024, 09:38. Authored by Tags None Subscribers None
Details
To build ScriptInterpreter, we need to have access to ConditionStack in interpreter.h. The simplest way is moving this into its own header file. The class is so simple that it doesn't need a corresponding cpp file. ninja check
Diff Detail
|