| 57 | } |
| 58 | |
| 59 | void BaseMenuStyle::AddClientToWatch(int client) |
| 60 | { |
| 61 | #if defined MENU_DEBUG |
| 62 | logger->LogMessage("[SM_MENU] AddClientToWatch(%d)", client); |
| 63 | #endif |
| 64 | m_WatchList.push_back(client); |
| 65 | } |
| 66 | |
| 67 | void BaseMenuStyle::RemoveClientFromWatch(int client) |
| 68 | { |
nothing calls this directly
no test coverage detected