| 1197 | } |
| 1198 | |
| 1199 | int OPS_SetStringDictList(std::map<const char*, std::vector<const char*>>& data) |
| 1200 | { |
| 1201 | if (cmds == 0) return 0; |
| 1202 | DL_Interpreter* interp = cmds->getInterpreter(); |
| 1203 | return interp->setString(data); |
| 1204 | } |
| 1205 | |
| 1206 | Domain* OPS_GetDomain(void) |
| 1207 | { |
nothing calls this directly
no test coverage detected