From c8a270e51dc22f39ed048ab1cc609e6e456df58f Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sun, 7 Jun 2015 17:49:09 +0200 Subject: Split types.h into separate header for each type --- src/store_action_type.hpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/store_action_type.hpp (limited to 'src/store_action_type.hpp') diff --git a/src/store_action_type.hpp b/src/store_action_type.hpp new file mode 100644 index 00000000..048e13a0 --- /dev/null +++ b/src/store_action_type.hpp @@ -0,0 +1,17 @@ +#pragma once + +#include "h-basic.h" + +/** + * Store/building actions. + */ +struct store_action_type +{ + const char *name; /* Name */ + + s16b costs[3]; /* Costs for liked people */ + char letter; /* Action letter */ + char letter_aux; /* Action letter */ + s16b action; /* Action code */ + s16b action_restr; /* Action restriction */ +}; -- cgit v1.2.3