aboutsummaryrefslogtreecommitdiff
path: root/src/2015/day22/aoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/2015/day22/aoc.h')
-rw-r--r--src/2015/day22/aoc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/2015/day22/aoc.h b/src/2015/day22/aoc.h
index 1c53c20..8596f55 100644
--- a/src/2015/day22/aoc.h
+++ b/src/2015/day22/aoc.h
@@ -8,6 +8,7 @@ struct wizard {
int points;
int armor;
int mana;
+ wizard* wp = nullptr;
spell* spells[5] = {nullptr, nullptr, nullptr, nullptr, nullptr};
};