| 234 | m_DebuggerClient->SendResourceRemovedHint(Type, PoolType, Name); |
| 235 | } |
| 236 | void SendResourceClearedHint(ResourcePoolType PoolType) |
| 237 | { |
| 238 | if (m_DebuggerClient) |
| 239 | m_DebuggerClient->SendResourceClearedHint(PoolType); |
| 240 | } |
| 241 | #endif |
| 242 | public: // �ű����ýӿڣ�����μ�API�ĵ� |
| 243 | LNOINLINE void ShowSplashWindow(const char* imgPath = nullptr)LNOEXCEPT; // UTF8���� |