~ubuntu-branches/ubuntu/precise/lordsawar/precise

« back to all changes in this revision

Viewing changes to src/QEnemyArmytype.h

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2007-10-29 15:38:06 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071029153806-z2j47adhmdjc7wae
Tags: 0.0.4-1
* New upstream release
* Add desktop file and simple manpage for new binary lordsawar-army-editor
* Syntax fixes on manpages
* Move manpages to correct section (6)

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
        //! Returns the number of armies to be killed
67
67
        Uint32 getArmytypeToKill() {return d_type_to_kill;}
68
68
         
 
69
        void armyDied(Army *a, bool heroIsCulprit);
 
70
        void cityAction(City *c, CityDefeatedAction action, 
 
71
                        bool heroIsCulprit, int gold);
69
72
    private:
70
 
        /** slot that would receive the sdyingArmy (signal) */
71
 
        void dyingArmy(Army *stack, std::vector<Uint32> culprits);
72
 
 
73
73
        void initDescription();
74
74
 
75
75