~widelands-dev/widelands/note_create_object2

« back to all changes in this revision

Viewing changes to src/logic/map_objects/tribes/productionsite.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:
205
205
 
206
206
        InputQueue& inputqueue(DescriptionIndex, WareWorker) override;
207
207
 
208
 
        bool init(EditorGameBase&) override;
 
208
        bool init(ObjectManager& objects) override;
209
209
        void cleanup(EditorGameBase&) override;
210
210
        void act(Game&, uint32_t data) override;
211
211