summaryrefslogtreecommitdiff
path: root/src/player_level_flag.hpp
blob: 7a6226c07dfddb52d3bc948d626ebee6fed59531 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include "h-basic.hpp"
#include "object_flag_set.hpp"
#include "player_defs.hpp"

struct player_level_flag {

	object_flag_set oflags;

	s16b pval = 0;

};