~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to src/logic/save_handler.h

  • Committer: The Widelands Bunnybot
  • Date: 2022-02-27 18:58:23 UTC
  • Revision ID: bunnybot@widelands.org-20220227185823-tyvkc7z2dho9it5a
Fix misc clang-tidy checks in `logic` (#5255)

(by Noordfrees)
f48cadd044004aa7eb32d222927ec9b0ab744457

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
        int32_t number_of_rolls_;  // For rolling file update
84
84
 
85
85
        void initialize(uint32_t realtime);
86
 
        bool roll_save_files(const std::string& filename, std::string* error);
87
 
        bool check_next_tick(Widelands::Game& game, uint32_t realtime);
 
86
        bool roll_save_files(const std::string& filename, std::string* error) const;
 
87
        bool check_next_tick(Widelands::Game& game, uint32_t realtime) const;
88
88
};
89
89
 
90
90
#endif  // end of include guard: WL_LOGIC_SAVE_HANDLER_H