add v2 challenge templates

This commit is contained in:
Martin Michelsen
2023-10-29 17:59:36 -07:00
parent 5ec969ece3
commit 138c563a40
5 changed files with 154 additions and 86 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ public:
~ClientGameData();
void create_battle_overlay(std::shared_ptr<const BattleRules> rules, std::shared_ptr<const LevelTable> level_table);
void create_challenge_overlay(size_t template_index, std::shared_ptr<const LevelTable> level_table);
void create_challenge_overlay(GameVersion version, size_t template_index, std::shared_ptr<const LevelTable> level_table);
inline void delete_overlay() {
this->overlay_player_data.reset();
}