summaryrefslogtreecommitdiff
path: root/src/birther.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/birther.hpp')
-rw-r--r--src/birther.hpp12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/birther.hpp b/src/birther.hpp
index f517fb9d..0c28b513 100644
--- a/src/birther.hpp
+++ b/src/birther.hpp
@@ -2,12 +2,14 @@
#include "h-basic.h"
+#include <string>
+#include <vector>
+
/**
* Player information during the birth process.
*/
struct birther
{
- s16b sex;
s16b race;
s16b rmod;
s16b pclass;
@@ -17,19 +19,11 @@ struct birther
byte god;
s32b grace;
- s32b god_favor;
-
- s16b age;
- s16b wt;
- s16b ht;
- s16b sc;
s32b au;
s16b stat[6];
s16b luck;
- char history[4][60];
-
bool_ quick_ok;
};