| 202 | } |
| 203 | |
| 204 | int CMenus::ExtrasScan(const char *pName, int IsDir, int DirType, void *pUser) |
| 205 | { |
| 206 | auto *pRealUser = (SMenuAssetScanUser *)pUser; |
| 207 | auto *pThis = (CMenus *)pRealUser->m_pUser; |
| 208 | IGraphics *pGraphics = pThis->Graphics(); |
| 209 | return AssetScan(pName, IsDir, DirType, pThis->m_vExtrasList, "extras", pGraphics, pUser); |
| 210 | } |
| 211 | |
| 212 | static std::vector<const CMenus::SCustomEntities *> gs_vpSearchEntitiesList; |
| 213 | static std::vector<const CMenus::SCustomGame *> gs_vpSearchGamesList; |