summaryrefslogtreecommitdiff
path: root/src/birther.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2017-05-02 19:20:57 +0200
committerBardur Arantsson <bardur@scientician.net>2017-05-02 19:20:57 +0200
commitca47ccdc66d252e0b5791112cac4042e86cefc89 (patch)
treeeee43a66c0351f088eea2e9bb288eec7b8bb298b /src/birther.hpp
parent598c5887ae589059e4f4a9801ff1e4f7f8385f00 (diff)
Remove character background
Diffstat (limited to 'src/birther.hpp')
-rw-r--r--src/birther.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/birther.hpp b/src/birther.hpp
index 566bcb42..7b7baa89 100644
--- a/src/birther.hpp
+++ b/src/birther.hpp
@@ -2,6 +2,9 @@
#include "h-basic.h"
+#include <string>
+#include <vector>
+
/**
* Player information during the birth process.
*/
@@ -23,7 +26,5 @@ struct birther
s16b stat[6];
s16b luck;
- char history[4][60];
-
bool_ quick_ok;
};