Home
last modified time | relevance | path

Searched refs:TrackRowCache (Results 1 – 1 of 1) sorted by relevance

/dports/games/warzone2100/warzone2100/src/
H A Dmusicmanager.cpp127 struct TrackRowCache; // forward-declare
129 static std::unordered_map<W_TrackRow*, std::shared_ptr<TrackRowCache>> trackRowsCache;
226 struct TrackRowCache { struct
329 std::shared_ptr<TrackRowCache> pCache = nullptr; in display()
337 pCache = std::make_shared<TrackRowCache>(); in display()