#ifndef ICARUSACTION_H_ #define ICARUSACTION_H_ #include #include #include"Flags.h" namespace Models { struct IcarusAction { std::string action; std::vector flags; }; } #endif