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/randart_gen_type.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/randart_gen_type.hpp (limited to 'src/randart_gen_type.hpp') diff --git a/src/randart_gen_type.hpp b/src/randart_gen_type.hpp new file mode 100644 index 00000000..09aedcd9 --- /dev/null +++ b/src/randart_gen_type.hpp @@ -0,0 +1,9 @@ +#pragma once + +struct randart_gen_type +{ + int chance; /* Chance to have that number of powers */ + int dd; + int ds; + int plus; /* xdy+plus power */ +}; -- cgit v1.2.3