summaryrefslogtreecommitdiff
path: root/src/player_sex.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/player_sex.hpp')
-rw-r--r--src/player_sex.hpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/player_sex.hpp b/src/player_sex.hpp
new file mode 100644
index 00000000..5722f1a4
--- /dev/null
+++ b/src/player_sex.hpp
@@ -0,0 +1,17 @@
+#pragma once
+
+/**
+ * Player sex descriptor.
+ */
+struct player_sex
+{
+ /**
+ * Type of sex.
+ */
+ char const *title;
+
+ /**
+ * Winner title.
+ */
+ char const *winner;
+};