Home
last modified time | relevance | path

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

/dports/games/dunelegacy/dunelegacy-0.96.4/src/players/
H A DHumanPlayer.cpp89 ChatManager& chatManager = currentGame->getGameInterface().getChatManager(); in onProduceItem()
116 ChatManager& chatManager = currentGame->getGameInterface().getChatManager(); in onUnitDeployed()
163 ChatManager& chatManager = currentGame->getGameInterface().getChatManager(); in triggerStructureTutorialHint()
/dports/games/dunelegacy/dunelegacy-0.96.4/include/
H A DGame.h230 inline GameInterface& getGameInterface() { return *pInterface; }; in getGameInterface() function