| 4465 | } |
| 4466 | |
| 4467 | void CServer::SnapSetStaticsize(int ItemType, int Size) |
| 4468 | { |
| 4469 | m_SnapshotDelta.SetStaticsize(ItemType, Size); |
| 4470 | } |
| 4471 | |
| 4472 | CServer *CreateServer() { return new CServer(); } |
| 4473 |
nothing calls this directly
no test coverage detected