aboutsummaryrefslogtreecommitdiff
path: root/oop2eindopdr/Pokedex.h
diff options
context:
space:
mode:
Diffstat (limited to 'oop2eindopdr/Pokedex.h')
-rw-r--r--oop2eindopdr/Pokedex.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/oop2eindopdr/Pokedex.h b/oop2eindopdr/Pokedex.h
index 91a0315..5e20367 100644
--- a/oop2eindopdr/Pokedex.h
+++ b/oop2eindopdr/Pokedex.h
@@ -3,6 +3,7 @@
#include <string>
#include <vector>
+#include "CacheManager.h"
#include "PokemonCard.h"
/** @brief user pokedex class, handles caching and api access silently */
@@ -18,6 +19,9 @@ private:
/** @brief verify all cards in collection */
virtual void verify_collection();
+ /** @brief cache connection */
+ CacheManager* cache = nullptr;
+
public:
Pokedex();
virtual ~Pokedex();