| 94 | engine->ClientCommand(pEdict, "%s", szCommand); |
| 95 | } |
| 96 | virtual void FakeClientCommand(edict_t *pEdict, const char *szCommand) |
| 97 | { |
| 98 | serverpluginhelpers->ClientCommand(pEdict, szCommand); |
| 99 | } |
| 100 | } engine_wrapper; |
| 101 | |
| 102 | class VFileSystem_Logic : public IFileSystemBridge |
no test coverage detected