Home
last modified time | relevance | path

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

/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DONEWS.h159 void monster_firm_destroyed();
238 void monster_firm_destroyed(int monsterId, int xLoc, int yLoc);
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DONEWSENG.cpp70 { &News::monster_firm_destroyed, 0 },
792 void News::monster_firm_destroyed() in monster_firm_destroyed() function in News
H A DONEWS2.cpp456 void NewsArray::monster_firm_destroyed(int monsterId, int xLoc, int yLoc) in monster_firm_destroyed() function in NewsArray
H A DOUNITAT.cpp630 …news_array.monster_firm_destroyed( ((FirmMonster*)targetFirm)->monster_id, targetFirm->center_x, t… in hit_firm()