remove accidentally-included function prototype

This commit is contained in:
Martin Michelsen
2022-09-03 01:17:57 -07:00
parent b6d6474356
commit 89285fef98
-3
View File
@@ -42,7 +42,4 @@ struct LevelTable { // from PlyLevelTbl.prs
const PlayerStats& base_stats_for_class(uint8_t char_class) const;
const LevelStats& stats_for_level(uint8_t char_class, uint8_t level) const;
static std::shared_ptr<LevelTable> load_shared(
const std::string& filename, bool compressed);
} __attribute__((packed));