~ares-developers/ares/gd03

« back to all changes in this revision

Viewing changes to src/Ext/House/Body.h

  • Committer: Zimmermann Gyula
  • Date: 2012-09-22 13:23:15 UTC
  • mfrom: (825.1.41)
  • Revision ID: git-v1:28613a17bb384e20bb2b95b5fbb0d9dfb903eaab
Merge remote-tracking branch 'origin/v02' into gd03

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
        static bool CheckFactoryOwner(HouseClass *pHouse, BuildingClass *Factory, TechnoTypeClass *pItem);
100
100
        static bool CheckForbiddenFactoryOwner(HouseClass *pHouse, BuildingClass *Factory, TechnoTypeClass *pItem);
101
101
 
 
102
        static bool IsAnyFirestormActive;
 
103
        static bool UpdateAnyFirestormActive();
 
104
 
102
105
        static signed int PrereqValidate
103
106
                (HouseClass *pHouse, TechnoTypeClass *pItem, bool BuildLimitOnly, bool IncludeQueued);
104
107
};