aboutsummaryrefslogtreecommitdiff
path: root/oop2eindopdr/Pokedex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'oop2eindopdr/Pokedex.cpp')
-rw-r--r--oop2eindopdr/Pokedex.cpp26
1 files changed, 26 insertions, 0 deletions
diff --git a/oop2eindopdr/Pokedex.cpp b/oop2eindopdr/Pokedex.cpp
new file mode 100644
index 0000000..67bc2dc
--- /dev/null
+++ b/oop2eindopdr/Pokedex.cpp
@@ -0,0 +1,26 @@
+#include "Pokedex.h"
+
+Pokedex::Pokedex() {
+
+}
+
+Pokedex::~Pokedex() {
+
+}
+
+void Pokedex::load_collection_remote() {
+
+}
+
+void Pokedex::load_collection_local() {
+
+}
+
+void Pokedex::verify_collection() {
+
+}
+
+std::vector<PokemonCard*> Pokedex::search_cards_by_id(std::string query) {
+ return {};
+}
+