Searched defs:EngineCommand (Results 1 – 1 of 1) sorted by relevance
45 struct EngineCommand { struct58 explicit EngineCommand(std::string s, Type t) : source(s), cmdType(t) { in EngineCommand() function