#pragma once #include "h-basic.h" #include /** * Player background descriptor. */ struct hist_type { std::string info; /* Textual History */ byte roll; /* Frequency of this entry */ s16b chart; /* Chart index */ s16b next; /* Next chart index */ byte bonus; /* Social Class Bonus + 50 */ };