Home
last modified time | relevance | path

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

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Dplayer.h1448 sigc::signal<void, Item*> using_item; variable
H A Dgame.cpp209 (p->using_item.connect (sigc::mem_fun(*this, &Game::on_use_item))); in addPlayer()