| 233 | } |
| 234 | |
| 235 | bool TF2Tools::QueryRunning(char *error, size_t maxlength) |
| 236 | { |
| 237 | SM_CHECK_IFACE(BINTOOLS, g_pBinTools); |
| 238 | SM_GET_LATE_IFACE(SDKHOOKS, g_pSDKHooks); |
| 239 | |
| 240 | return true; |
| 241 | } |
| 242 | |
| 243 | bool TF2Tools::QueryInterfaceDrop(SMInterface *pInterface) |
| 244 | { |