~widelands-dev/widelands/note_create_object2

« back to all changes in this revision

Viewing changes to src/logic/map_objects/tribes/militarysite.h

  • Committer: GunChleoc
  • Date: 2019-03-01 09:01:34 UTC
  • Revision ID: fios@foramnagaidhlig.net-20190301090134-ebjs5hry214iaqgc
NOCOM

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
        explicit MilitarySite(const MilitarySiteDescr&);
83
83
        ~MilitarySite() override;
84
84
 
85
 
        bool init(EditorGameBase&) override;
 
85
        bool init(ObjectManager& objects) override;
86
86
        void cleanup(EditorGameBase&) override;
87
87
        void act(Game&, uint32_t data) override;
88
88
        void remove_worker(Worker&) override;