Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/externalized/
H A DContentManager.h172 virtual const CacheSectorsModel* getCacheSectors() const = 0;
H A DDefaultContentManager.h176 virtual const CacheSectorsModel* getCacheSectors() const override;
H A DDefaultContentManager.cc1459 const CacheSectorsModel* DefaultContentManager::getCacheSectors() const in getCacheSectors() function in DefaultContentManager
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Strategic/
H A DStrategic_AI.cc559 auto model = GCM->getCacheSectors(); in InitStrategicAI()