| 82 | } |
| 83 | |
| 84 | void Con_RemoveConsumer(ConsumerCallback cb) |
| 85 | { |
| 86 | Con::removeConsumer(cb); |
| 87 | } |
| 88 | |
| 89 | void Con_AddCommand_String(StringCallback cb, const char *nameSpace, const char *funcName, const char* usage, S32 minArgs, S32 maxArgs) |
| 90 | { |
nothing calls this directly
no test coverage detected