aboutsummaryrefslogtreecommitdiff
path: root/oop2eindopdr/PokemonCard.h
diff options
context:
space:
mode:
Diffstat (limited to 'oop2eindopdr/PokemonCard.h')
-rw-r--r--oop2eindopdr/PokemonCard.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/oop2eindopdr/PokemonCard.h b/oop2eindopdr/PokemonCard.h
index 33a9d97..ea1a18f 100644
--- a/oop2eindopdr/PokemonCard.h
+++ b/oop2eindopdr/PokemonCard.h
@@ -53,6 +53,11 @@ public:
/** @brief set cache */
virtual void set_pokedex(Pokedex* pokedex);
+
+ /** @brief get (relative) path to card image */
+ virtual std::string image_location();
+ /** @brief get (relative) path to hires card image */
+ virtual std::string image_location_hires();
};
struct PokemonCard::from_json : public PokemonCard {