| 195 | m_Libraries.push_back(name); |
| 196 | } |
| 197 | inline bool HasLibrary(const char *name) { |
| 198 | return m_Libraries.find(name) != m_Libraries.end(); |
| 199 | } |
| 200 | void LibraryActions(LibraryAction action); |
| 201 | void SyncMaxClients(int max_clients); |
| 202 |
no test coverage detected