�����ýӿ�
| 224 | #if (defined LDEVVERSION) || (defined LDEBUG) |
| 225 | public: // �����ýӿ� |
| 226 | void SendResourceLoadedHint(ResourceType Type, ResourcePoolType PoolType, const char* Name, const wchar_t* Path, float LoadingTime) |
| 227 | { |
| 228 | if (m_DebuggerClient) |
| 229 | m_DebuggerClient->SendResourceLoadedHint(Type, PoolType, Name, Path, LoadingTime); |
| 230 | } |
| 231 | void SendResourceRemovedHint(ResourceType Type, ResourcePoolType PoolType, const char* Name) |
| 232 | { |
| 233 | if (m_DebuggerClient) |
nothing calls this directly
no outgoing calls
no test coverage detected